Class: ChargeBee::AsyncResponseList
- Defined in:
- lib/chargebee/models/async_response_list.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
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
#list ⇒ Object
Returns the value of attribute list.
4 5 6 |
# File 'lib/chargebee/models/async_response_list.rb', line 4 def list @list end |