Class: MicroMicro::Parsers::DateTimePropertyParser
- Inherits:
-
BasePropertyParser
- Object
- BasePropertyParser
- MicroMicro::Parsers::DateTimePropertyParser
- Defined in:
- lib/micro_micro/parsers/date_time_property_parser.rb
Constant Summary collapse
- HTML_ATTRIBUTES_MAP =
{ "datetime" => ["del", "ins", "time"], "title" => ["abbr"], "value" => ["data", "input"] }.freeze
Instance Method Summary collapse
Methods inherited from BasePropertyParser
Constructor Details
This class inherits a constructor from MicroMicro::Parsers::BasePropertyParser
Instance Method Details
#value ⇒ String
16 17 18 |
# File 'lib/micro_micro/parsers/date_time_property_parser.rb', line 16 def value @value ||= resolved_value || attribute_value || super end |