Module: DateAttributes
- Included in:
- KalibroClient::Entities::Configurations::Base, KalibroClient::Entities::Processor::Base
- Defined in:
- lib/kalibro_client/helpers/date_attributes.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
2 3 4 |
# File 'lib/kalibro_client/helpers/date_attributes.rb', line 2 def created_at @created_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
2 3 4 |
# File 'lib/kalibro_client/helpers/date_attributes.rb', line 2 def updated_at @updated_at end |