Class: ChargeBee::AsyncResponse::RequestAsyncApi
- Defined in:
- lib/chargebee/models/async_response.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key.
-
#method ⇒ Object
Returns the value of attribute method.
-
#operation_type ⇒ Object
Returns the value of attribute operation_type.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#uri ⇒ Object
Returns the value of attribute uri.
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
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def id @id end |
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def idempotency_key @idempotency_key end |
#method ⇒ Object
Returns the value of attribute method.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def method @method end |
#operation_type ⇒ Object
Returns the value of attribute operation_type.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def operation_type @operation_type end |
#resource ⇒ Object
Returns the value of attribute resource.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def resource @resource end |
#uri ⇒ Object
Returns the value of attribute uri.
5 6 7 |
# File 'lib/chargebee/models/async_response.rb', line 5 def uri @uri end |