Class: Nuvemshop::Extras::Timestampz

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/nuvemshop/extras/timestampz.rb

Direct Known Subclasses

Order::Timestampz

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #pretty_print

Methods included from Nuvemshop::Extensions::MassAssignment

#initialize

Instance Attribute Details

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/nuvemshop/extras/timestampz.rb', line 4

def date
  @date
end

#timezoneObject

Returns the value of attribute timezone.



4
5
6
# File 'lib/nuvemshop/extras/timestampz.rb', line 4

def timezone
  @timezone
end

#timezone_typeObject

Returns the value of attribute timezone_type.



4
5
6
# File 'lib/nuvemshop/extras/timestampz.rb', line 4

def timezone_type
  @timezone_type
end