Class: Vox::Gateway::Client::Session
- Inherits:
-
Struct
- Object
- Struct
- Vox::Gateway::Client::Session
- Defined in:
- lib/vox/gateway/client.rb
Overview
Class that holds information about a session.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#seq ⇒ Object
Returns the value of attribute seq.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
46 47 48 |
# File 'lib/vox/gateway/client.rb', line 46 def id @id end |
#seq ⇒ Object
Returns the value of attribute seq
46 47 48 |
# File 'lib/vox/gateway/client.rb', line 46 def seq @seq end |