Class: HighLevel::Models::AdManager::GoogleAdScheduleDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/google_ad_schedule_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekObject (readonly)

Returns the value of attribute day_of_week

Returns:

  • (Object)

    the current value of 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

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



9
10
11
# File 'lib/high_level/models/ad_manager/google_ad_schedule_dto.rb', line 9

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



9
10
11
# File 'lib/high_level/models/ad_manager/google_ad_schedule_dto.rb', line 9

def to
  @to
end