Class: ChargeBee::Token

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/token.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def created_at
  @created_at
end

#expired_atObject

Returns the value of attribute expired_at.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def expired_at
  @expired_at
end

#gatewayObject

Returns the value of attribute gateway.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def gateway
  @gateway
end

#gateway_account_idObject

Returns the value of attribute gateway_account_id.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def 
  @gateway_account_id
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def id
  @id
end

#id_at_vaultObject

Returns the value of attribute id_at_vault.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def id_at_vault
  @id_at_vault
end

#ip_addressObject

Returns the value of attribute ip_address.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def ip_address
  @ip_address
end

#payment_method_typeObject

Returns the value of attribute payment_method_type.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def payment_method_type
  @payment_method_type
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def status
  @status
end

#vaultObject

Returns the value of attribute vault.



4
5
6
# File 'lib/chargebee/models/token.rb', line 4

def vault
  @vault
end