Class: SelfMsg::Auth
- Inherits:
-
Object
- Object
- SelfMsg::Auth
- Defined in:
- lib/self_msgproto/auth.rb,
ext/self_msgproto/auth.cpp
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#id ⇒ Object
Returns the value of attribute id.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#token ⇒ Object
Returns the value of attribute token.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
6 7 8 |
# File 'lib/self_msgproto/auth.rb', line 6 def device @device end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/self_msgproto/auth.rb', line 6 def id @id end |
#offset ⇒ Object
Returns the value of attribute offset.
6 7 8 |
# File 'lib/self_msgproto/auth.rb', line 6 def offset @offset end |
#token ⇒ Object
Returns the value of attribute token.
6 7 8 |
# File 'lib/self_msgproto/auth.rb', line 6 def token @token end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/self_msgproto/auth.rb', line 6 def type @type end |