Class: Insika::FollowupPolicy::QuietHours
- Inherits:
-
Data
- Object
- Data
- Insika::FollowupPolicy::QuietHours
- Defined in:
- lib/insika/followup_policy.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
13 14 15 |
# File 'lib/insika/followup_policy.rb', line 13 def end @end end |
#start ⇒ Object (readonly)
Returns the value of attribute start
13 14 15 |
# File 'lib/insika/followup_policy.rb', line 13 def start @start end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
13 14 15 |
# File 'lib/insika/followup_policy.rb', line 13 def timezone @timezone end |