Class: HighLevel::Models::Conversations::UserSubscriptionChangeDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UserSubscriptionChangeDto
- Defined in:
- lib/high_level/models/conversations/user_subscription_change_dto.rb
Instance Attribute Summary collapse
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#legal_description ⇒ Object
readonly
Returns the value of attribute legal_description.
-
#legal_reason ⇒ Object
readonly
Returns the value of attribute legal_reason.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#subscription_action ⇒ Object
readonly
Returns the value of attribute subscription_action.
Instance Attribute Details
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def contact_id @contact_id end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def email @email end |
#legal_description ⇒ Object (readonly)
Returns the value of attribute legal_description
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def legal_description @legal_description end |
#legal_reason ⇒ Object (readonly)
Returns the value of attribute legal_reason
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def legal_reason @legal_reason end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def location_id @location_id end |
#subscription_action ⇒ Object (readonly)
Returns the value of attribute subscription_action
9 10 11 |
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9 def subscription_action @subscription_action end |