Class: ZaiPayment::Auth::TokenStore::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/zai_payment/auth/token_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



6
7
8
# File 'lib/zai_payment/auth/token_store.rb', line 6

def expires_at
  @expires_at
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/zai_payment/auth/token_store.rb', line 6

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/zai_payment/auth/token_store.rb', line 6

def value
  @value
end