Class: MinxingRubySdk::Token
- Inherits:
-
Object
- Object
- MinxingRubySdk::Token
- Defined in:
- lib/minxing_ruby_sdk/token.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#default_network_id ⇒ Object
Returns the value of attribute default_network_id.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
-
#token_type ⇒ Object
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
8 9 10 |
# File 'lib/minxing_ruby_sdk/token.rb', line 8 def access_token @access_token end |
#default_network_id ⇒ Object
Returns the value of attribute default_network_id.
8 9 10 |
# File 'lib/minxing_ruby_sdk/token.rb', line 8 def default_network_id @default_network_id end |
#expires_in ⇒ Object
Returns the value of attribute expires_in.
8 9 10 |
# File 'lib/minxing_ruby_sdk/token.rb', line 8 def expires_in @expires_in end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
8 9 10 |
# File 'lib/minxing_ruby_sdk/token.rb', line 8 def refresh_token @refresh_token end |
#token_type ⇒ Object
Returns the value of attribute token_type.
8 9 10 |
# File 'lib/minxing_ruby_sdk/token.rb', line 8 def token_type @token_type end |