Class: Beerxml::Properties::Time
- Defined in:
- lib/beerxml/properties.rb
Overview
A time, in minutes.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Property
#custom?, #dump, #load, #primitive?, #typecast_to_primitive
Instance Method Details
#base_unit ⇒ Object
71 72 73 |
# File 'lib/beerxml/properties.rb', line 71 def base_unit 'minutes' end |
#unit_type ⇒ Object
68 69 70 |
# File 'lib/beerxml/properties.rb', line 68 def unit_type 'time' end |