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