Class: AffiliationApi::Sale
- Defined in:
- lib/affiliation-api/sale.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#client_ref ⇒ Object
Returns the value of attribute client_ref.
-
#commission ⇒ Object
Returns the value of attribute commission.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#merchant_ref ⇒ Object
Returns the value of attribute merchant_ref.
-
#network_name ⇒ Object
Returns the value of attribute network_name.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def amount @amount end |
#client_ref ⇒ Object
Returns the value of attribute client_ref.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def client_ref @client_ref end |
#commission ⇒ Object
Returns the value of attribute commission.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def commission @commission end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def date @date end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def id @id end |
#merchant_ref ⇒ Object
Returns the value of attribute merchant_ref.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def merchant_ref @merchant_ref end |
#network_name ⇒ Object
Returns the value of attribute network_name.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def network_name @network_name end |
#reference ⇒ Object
Returns the value of attribute reference.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def reference @reference end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/affiliation-api/sale.rb', line 3 def status @status end |