Class: SelfMsg::Auth

Inherits:
Object
  • Object
show all
Defined in:
lib/self_msgproto/auth.rb,
ext/self_msgproto/auth.cpp

Instance Attribute Summary collapse

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



6
7
8
# File 'lib/self_msgproto/auth.rb', line 6

def device
  @device
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/self_msgproto/auth.rb', line 6

def id
  @id
end

#offsetObject

Returns the value of attribute offset.



6
7
8
# File 'lib/self_msgproto/auth.rb', line 6

def offset
  @offset
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/self_msgproto/auth.rb', line 6

def token
  @token
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/self_msgproto/auth.rb', line 6

def type
  @type
end