Class: ChargeBee::AsyncResponse
- Defined in:
- lib/chargebee/models/async_response.rb
Defined Under Namespace
Classes: Error, RequestAsyncApi
Instance Attribute Summary collapse
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#error_detail ⇒ Object
Returns the value of attribute error_detail.
-
#request ⇒ Object
Returns the value of attribute request.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
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
#api_version ⇒ Object
Returns the value of attribute api_version.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def api_version @api_version end |
#completed_at ⇒ Object
Returns the value of attribute completed_at.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def created_at @created_at end |
#error_detail ⇒ Object
Returns the value of attribute error_detail.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def error_detail @error_detail end |
#request ⇒ Object
Returns the value of attribute request.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def request @request end |
#result ⇒ Object
Returns the value of attribute result.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def result @result end |
#status ⇒ Object
Returns the value of attribute status.
12 13 14 |
# File 'lib/chargebee/models/async_response.rb', line 12 def status @status end |