Class: ChargeBee::BusinessEntityTransfer
- Defined in:
 - lib/chargebee/models/business_entity_transfer.rb
 
Instance Attribute Summary collapse
- 
  
    
      #active_resource_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute active_resource_id.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute created_at.
 - 
  
    
      #destination_business_entity_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute destination_business_entity_id.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #reason_code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute reason_code.
 - 
  
    
      #resource_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute resource_id.
 - 
  
    
      #resource_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute resource_type.
 - 
  
    
      #source_business_entity_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute source_business_entity_id.
 
Method Summary
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
#active_resource_id ⇒ Object
Returns the value of attribute active_resource_id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def active_resource_id @active_resource_id end  | 
  
#created_at ⇒ Object
Returns the value of attribute created_at.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def created_at @created_at end  | 
  
#destination_business_entity_id ⇒ Object
Returns the value of attribute destination_business_entity_id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def destination_business_entity_id @destination_business_entity_id end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def id @id end  | 
  
#reason_code ⇒ Object
Returns the value of attribute reason_code.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def reason_code @reason_code end  | 
  
#resource_id ⇒ Object
Returns the value of attribute resource_id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def resource_id @resource_id end  | 
  
#resource_type ⇒ Object
Returns the value of attribute resource_type.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def resource_type @resource_type end  | 
  
#source_business_entity_id ⇒ Object
Returns the value of attribute source_business_entity_id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/business_entity_transfer.rb', line 4 def source_business_entity_id @source_business_entity_id end  |