Class: ChargeBee::AsyncResponse

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

Defined Under Namespace

Classes: Error, RequestAsyncApi

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_versionObject

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_atObject

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_atObject

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_detailObject

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

#requestObject

Returns the value of attribute request.



12
13
14
# File 'lib/chargebee/models/async_response.rb', line 12

def request
  @request
end

#resultObject

Returns the value of attribute result.



12
13
14
# File 'lib/chargebee/models/async_response.rb', line 12

def result
  @result
end

#statusObject

Returns the value of attribute status.



12
13
14
# File 'lib/chargebee/models/async_response.rb', line 12

def status
  @status
end