Class: Nuvemshop::Extras::Timestampz
- Defined in:
- lib/nuvemshop/extras/timestampz.rb
Direct Known Subclasses
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.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #pretty_print
Methods included from Nuvemshop::Extensions::MassAssignment
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/nuvemshop/extras/timestampz.rb', line 4 def date @date end |
#timezone ⇒ Object
Returns the value of attribute timezone.
4 5 6 |
# File 'lib/nuvemshop/extras/timestampz.rb', line 4 def timezone @timezone end |
#timezone_type ⇒ Object
Returns the value of attribute timezone_type.
4 5 6 |
# File 'lib/nuvemshop/extras/timestampz.rb', line 4 def timezone_type @timezone_type end |