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