Class: Snov::Types::DateDetails
- Inherits:
-
Object
- Object
- Snov::Types::DateDetails
- Includes:
- ActiveModel::Model
- Defined in:
- lib/snov/types/date_details.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#timezone_type ⇒ Object
Returns the value of attribute timezone_type.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
6 7 8 |
# File 'lib/snov/types/date_details.rb', line 6 def date @date end |
#timezone ⇒ Object
Returns the value of attribute timezone.
6 7 8 |
# File 'lib/snov/types/date_details.rb', line 6 def timezone @timezone end |
#timezone_type ⇒ Object
Returns the value of attribute timezone_type.
6 7 8 |
# File 'lib/snov/types/date_details.rb', line 6 def timezone_type @timezone_type end |