Class: ChargeBee::PaymentIntent::PaymentIntentMetadata
- Defined in:
- lib/chargebee/models/payment_intent.rb
Instance Attribute Summary collapse
-
#client_ip_address ⇒ Object
Returns the value of attribute client_ip_address.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#source ⇒ Object
Returns the value of attribute source.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_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
#client_ip_address ⇒ Object
Returns the value of attribute client_ip_address.
13 14 15 |
# File 'lib/chargebee/models/payment_intent.rb', line 13 def client_ip_address @client_ip_address end |
#created_at ⇒ Object
Returns the value of attribute created_at.
13 14 15 |
# File 'lib/chargebee/models/payment_intent.rb', line 13 def created_at @created_at end |
#source ⇒ Object
Returns the value of attribute source.
13 14 15 |
# File 'lib/chargebee/models/payment_intent.rb', line 13 def source @source end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
13 14 15 |
# File 'lib/chargebee/models/payment_intent.rb', line 13 def user_agent @user_agent end |