Class: Ticketing::Protocol::Incoming::Acquired

Inherits:
Struct
  • Object
show all
Defined in:
lib/ticketing/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



20
21
22
# File 'lib/ticketing/protocol.rb', line 20

def key
  @key
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



20
21
22
# File 'lib/ticketing/protocol.rb', line 20

def token
  @token
end