Class: ChargeBee::SiteMigrationDetail
- Defined in:
 - lib/chargebee/models/site_migration_detail.rb
 
Instance Attribute Summary collapse
- 
  
    
      #entity_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute entity_id.
 - 
  
    
      #entity_id_at_other_site  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute entity_id_at_other_site.
 - 
  
    
      #entity_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute entity_type.
 - 
  
    
      #migrated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute migrated_at.
 - 
  
    
      #other_site_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute other_site_name.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 
Class Method Summary collapse
- 
  
    
      .list(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
#entity_id ⇒ Object
Returns the value of attribute entity_id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def entity_id @entity_id end  | 
  
#entity_id_at_other_site ⇒ Object
Returns the value of attribute entity_id_at_other_site.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def entity_id_at_other_site @entity_id_at_other_site end  | 
  
#entity_type ⇒ Object
Returns the value of attribute entity_type.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def entity_type @entity_type end  | 
  
#migrated_at ⇒ Object
Returns the value of attribute migrated_at.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def migrated_at @migrated_at end  | 
  
#other_site_name ⇒ Object
Returns the value of attribute other_site_name.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def other_site_name @other_site_name end  | 
  
#status ⇒ Object
Returns the value of attribute status.
      4 5 6  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 4 def status @status end  | 
  
Class Method Details
.list(params = {}, env = nil, headers = {}) ⇒ Object
OPERATIONS
      10 11 12  | 
    
      # File 'lib/chargebee/models/site_migration_detail.rb', line 10 def self.list(params={}, env=nil, headers={}) Request.send_list_request('get', uri_path("site_migration_details"), params, env, headers) end  |