Class: ZaiPayment::Auth::TokenStore::Token
- Inherits:
-
Struct
- Object
- Struct
- ZaiPayment::Auth::TokenStore::Token
- Defined in:
- lib/zai_payment/auth/token_store.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
6 7 8 |
# File 'lib/zai_payment/auth/token_store.rb', line 6 def expires_at @expires_at end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/zai_payment/auth/token_store.rb', line 6 def type @type end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/zai_payment/auth/token_store.rb', line 6 def value @value end |