Class: Snov::Types::DateDetails

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/snov/types/date_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



6
7
8
# File 'lib/snov/types/date_details.rb', line 6

def date
  @date
end

#timezoneObject

Returns the value of attribute timezone.



6
7
8
# File 'lib/snov/types/date_details.rb', line 6

def timezone
  @timezone
end

#timezone_typeObject

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