Class: HighLevel::Models::AdManager::GoogleAdScheduleDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleAdScheduleDTO
- Defined in:
- lib/high_level/models/ad_manager/google_ad_schedule_dto.rb
Instance Attribute Summary collapse
-
#day_of_week ⇒ Object
readonly
Returns the value of attribute day_of_week.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#day_of_week ⇒ Object (readonly)
Returns the value of attribute day_of_week
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_schedule_dto.rb', line 9 def day_of_week @day_of_week end |
#from ⇒ Object (readonly)
Returns the value of attribute from
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_schedule_dto.rb', line 9 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_schedule_dto.rb', line 9 def to @to end |