Class: HighLevel::Models::Payments::FulfilledItem
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::FulfilledItem
- Defined in:
- lib/high_level/models/payments/fulfilled_item.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
-
#product ⇒ Object
readonly
Returns the value of attribute product.
-
#qty ⇒ Object
readonly
Returns the value of attribute qty.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9 def name @name end |
#price ⇒ Object (readonly)
Returns the value of attribute price
9 10 11 |
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9 def price @price end |
#product ⇒ Object (readonly)
Returns the value of attribute product
9 10 11 |
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9 def product @product end |
#qty ⇒ Object (readonly)
Returns the value of attribute qty
9 10 11 |
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9 def qty @qty end |