Class: PushType::TimeField
- Defined in:
- app/fields/push_type/time_field.rb
Instance Attribute Summary
Attributes inherited from FieldType
Instance Method Summary collapse
Methods inherited from FieldType
#css_class, #field_options, #form_helper, #html_options, #initialize, #json_primitive, #json_value, #kind, #label, #multiple?, on_class, on_instance, options, #primitive, #template
Constructor Details
This class inherits a constructor from PushType::FieldType
Instance Method Details
#value ⇒ Object
7 8 9 |
# File 'app/fields/push_type/time_field.rb', line 7 def value json_value.to_time unless json_value.blank? end |