Class: Ticketing::Protocol::Incoming::Acquired
- Inherits:
-
Struct
- Object
- Struct
- Ticketing::Protocol::Incoming::Acquired
- Defined in:
- lib/ticketing/protocol.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/ticketing/protocol.rb', line 20 def key @key end |
#token ⇒ Object
Returns the value of attribute token
20 21 22 |
# File 'lib/ticketing/protocol.rb', line 20 def token @token end |