Class: Util::Token
- Inherits:
-
Struct
- Object
- Struct
- Util::Token
- Defined in:
- lib/util.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#socket_id ⇒ Object
Returns the value of attribute socket_id.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret
8 9 10 |
# File 'lib/util.rb', line 8 def secret @secret end |
#socket_id ⇒ Object
Returns the value of attribute socket_id
8 9 10 |
# File 'lib/util.rb', line 8 def socket_id @socket_id end |