Class: ChargeBee::Customer::ReferralUrl
- Defined in:
 - lib/chargebee/models/customer.rb
 
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute created_at.
 - 
  
    
      #external_customer_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute external_customer_id.
 - 
  
    
      #referral_account_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute referral_account_id.
 - 
  
    
      #referral_campaign_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute referral_campaign_id.
 - 
  
    
      #referral_external_campaign_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute referral_external_campaign_id.
 - 
  
    
      #referral_sharing_url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute referral_sharing_url.
 - 
  
    
      #referral_system  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute referral_system.
 - 
  
    
      #updated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute updated_at.
 
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
#created_at ⇒ Object
Returns the value of attribute created_at.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def created_at @created_at end  | 
  
#external_customer_id ⇒ Object
Returns the value of attribute external_customer_id.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def external_customer_id @external_customer_id end  | 
  
#referral_account_id ⇒ Object
Returns the value of attribute referral_account_id.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def referral_account_id @referral_account_id end  | 
  
#referral_campaign_id ⇒ Object
Returns the value of attribute referral_campaign_id.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def referral_campaign_id @referral_campaign_id end  | 
  
#referral_external_campaign_id ⇒ Object
Returns the value of attribute referral_external_campaign_id.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def referral_external_campaign_id @referral_external_campaign_id end  | 
  
#referral_sharing_url ⇒ Object
Returns the value of attribute referral_sharing_url.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def referral_sharing_url @referral_sharing_url end  | 
  
#referral_system ⇒ Object
Returns the value of attribute referral_system.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def referral_system @referral_system end  | 
  
#updated_at ⇒ Object
Returns the value of attribute updated_at.
      9 10 11  | 
    
      # File 'lib/chargebee/models/customer.rb', line 9 def updated_at @updated_at end  |