Class: ChargeBee::Gift::Gifter

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/gift.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

#customer_idObject

Returns the value of attribute customer_id.



5
6
7
# File 'lib/chargebee/models/gift.rb', line 5

def customer_id
  @customer_id
end

#invoice_idObject

Returns the value of attribute invoice_id.



5
6
7
# File 'lib/chargebee/models/gift.rb', line 5

def invoice_id
  @invoice_id
end

#noteObject

Returns the value of attribute note.



5
6
7
# File 'lib/chargebee/models/gift.rb', line 5

def note
  @note
end

#signatureObject

Returns the value of attribute signature.



5
6
7
# File 'lib/chargebee/models/gift.rb', line 5

def signature
  @signature
end