Class: HighLevel::Models::Emails::ScheduleFetchSuccessfulDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Emails::ScheduleFetchSuccessfulDTO
- Defined in:
- lib/high_level/models/emails/schedule_fetch_successful_dto.rb
Instance Attribute Summary collapse
-
#schedules ⇒ Object
readonly
Returns the value of attribute schedules.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#schedules ⇒ Object (readonly)
Returns the value of attribute schedules
9 10 11 |
# File 'lib/high_level/models/emails/schedule_fetch_successful_dto.rb', line 9 def schedules @schedules end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/emails/schedule_fetch_successful_dto.rb', line 9 def total @total end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/emails/schedule_fetch_successful_dto.rb', line 9 def trace_id @trace_id end |