struct Cable::Payload::Indentifier
- Cable::Payload::Indentifier
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
cable/payload.crConstructors
Instance Method Summary
- #channel : String
- #channel=(channel : String)
-
#key : String
This is the original JSON used to parse this It's used as a unique key to map the different channels
-
#key=(key : String)
This is the original JSON used to parse this It's used as a unique key to map the different channels
Constructor Detail
Instance Method Detail
def key : String
#
This is the original JSON used to parse this It's used as a unique key to map the different channels
def key=(key : String)
#
This is the original JSON used to parse this It's used as a unique key to map the different channels