Class: ChargeBee::AsyncResponse::Error

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

Instance Attribute Summary collapse

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_codeObject

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_codeObject

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_msgObject

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_codeObject

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

#messageObject

Returns the value of attribute message.



9
10
11
# File 'lib/chargebee/models/async_response.rb', line 9

def message
  @message
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/chargebee/models/async_response.rb', line 9

def type
  @type
end