Class: Insika::FollowupPolicy::QuietHours

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/followup_policy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject (readonly)

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



13
14
15
# File 'lib/insika/followup_policy.rb', line 13

def end
  @end
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



13
14
15
# File 'lib/insika/followup_policy.rb', line 13

def start
  @start
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



13
14
15
# File 'lib/insika/followup_policy.rb', line 13

def timezone
  @timezone
end