Class: ChargeBee::AsyncResponse::Error
- Defined in:
- lib/chargebee/models/async_response.rb
Instance Attribute Summary collapse
-
#api_error_code ⇒ Object
Returns the value of attribute api_error_code.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_msg ⇒ Object
Returns the value of attribute error_msg.
-
#http_status_code ⇒ Object
Returns the value of attribute http_status_code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
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_error_code ⇒ Object
Returns the value of attribute api_error_code.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def api_error_code @api_error_code end |
#error_code ⇒ Object
Returns the value of attribute error_code.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def error_code @error_code end |
#error_msg ⇒ Object
Returns the value of attribute error_msg.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def error_msg @error_msg end |
#http_status_code ⇒ Object
Returns the value of attribute http_status_code.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def http_status_code @http_status_code end |
#message ⇒ Object
Returns the value of attribute message.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def @message end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/chargebee/models/async_response.rb', line 9 def type @type end |