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