Class: ChargeBee::Customer::ReferralUrl

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/customer.rb

Instance Attribute Summary collapse

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_atObject

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_idObject

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_idObject

Returns the value of attribute referral_account_id.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def 
  @referral_account_id
end

#referral_campaign_idObject

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_idObject

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_urlObject

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_systemObject

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_atObject

Returns the value of attribute updated_at.



9
10
11
# File 'lib/chargebee/models/customer.rb', line 9

def updated_at
  @updated_at
end