Class: HighLevel::Models::Calendars::ScheduleRuleDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/schedule_rule_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject (readonly)

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



9
10
11
# File 'lib/high_level/models/calendars/schedule_rule_dto.rb', line 9

def date
  @date
end

#dayObject (readonly)

Returns the value of attribute day

Returns:

  • (Object)

    the current value of day



9
10
11
# File 'lib/high_level/models/calendars/schedule_rule_dto.rb', line 9

def day
  @day
end

#intervalsObject (readonly)

Returns the value of attribute intervals

Returns:

  • (Object)

    the current value of intervals



9
10
11
# File 'lib/high_level/models/calendars/schedule_rule_dto.rb', line 9

def intervals
  @intervals
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/calendars/schedule_rule_dto.rb', line 9

def type
  @type
end