Class: HighLevel::Models::Products::RecurringDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::RecurringDto
- Defined in:
- lib/high_level/models/products/recurring_dto.rb
Instance Attribute Summary collapse
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
-
#interval_count ⇒ Object
readonly
Returns the value of attribute interval_count.
Instance Attribute Details
#interval ⇒ Object (readonly)
Returns the value of attribute interval
9 10 11 |
# File 'lib/high_level/models/products/recurring_dto.rb', line 9 def interval @interval end |
#interval_count ⇒ Object (readonly)
Returns the value of attribute interval_count
9 10 11 |
# File 'lib/high_level/models/products/recurring_dto.rb', line 9 def interval_count @interval_count end |