Class: Orderspace::Structs::OauthCredentials
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::OauthCredentials
- Defined in:
- lib/orderspace/struct/oauth_credentials.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#token_type ⇒ Object
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
6 7 8 |
# File 'lib/orderspace/struct/oauth_credentials.rb', line 6 def access_token @access_token end |
#expires_in ⇒ Object
Returns the value of attribute expires_in
6 7 8 |
# File 'lib/orderspace/struct/oauth_credentials.rb', line 6 def expires_in @expires_in end |
#scope ⇒ Object
Returns the value of attribute scope
6 7 8 |
# File 'lib/orderspace/struct/oauth_credentials.rb', line 6 def scope @scope end |
#token_type ⇒ Object
Returns the value of attribute token_type
6 7 8 |
# File 'lib/orderspace/struct/oauth_credentials.rb', line 6 def token_type @token_type end |