Class: ChargeBee::ResourceMigration
- Defined in:
- lib/chargebee/models/resource_migration.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#entity_id ⇒ Object
Returns the value of attribute entity_id.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#from_site ⇒ Object
Returns the value of attribute from_site.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
-
.retrieve_latest(params, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def created_at @created_at end |
#entity_id ⇒ Object
Returns the value of attribute entity_id.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def entity_id @entity_id end |
#entity_type ⇒ Object
Returns the value of attribute entity_type.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def entity_type @entity_type end |
#errors ⇒ Object
Returns the value of attribute errors.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def errors @errors end |
#from_site ⇒ Object
Returns the value of attribute from_site.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def from_site @from_site end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/chargebee/models/resource_migration.rb', line 4 def updated_at @updated_at end |