Class: Vox::Gateway::Client::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/vox/gateway/client.rb

Overview

Class that holds information about a session.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



46
47
48
# File 'lib/vox/gateway/client.rb', line 46

def id
  @id
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



46
47
48
# File 'lib/vox/gateway/client.rb', line 46

def seq
  @seq
end