Class: ChargeBee::AsyncResponse::RequestAsyncApi

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

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/chargebee/models/async_response.rb', line 5

def id
  @id
end

#idempotency_keyObject

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

#methodObject

Returns the value of attribute method.



5
6
7
# File 'lib/chargebee/models/async_response.rb', line 5

def method
  @method
end

#operation_typeObject

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

#resourceObject

Returns the value of attribute resource.



5
6
7
# File 'lib/chargebee/models/async_response.rb', line 5

def resource
  @resource
end

#uriObject

Returns the value of attribute uri.



5
6
7
# File 'lib/chargebee/models/async_response.rb', line 5

def uri
  @uri
end