Class: Measurements::Unit::Quart

Inherits:
Object
  • Object
show all
Includes:
BaseUnit
Defined in:
lib/measurements/unit/quart.rb

Overview

The implementation of a quart. A quart is a fluid unit that belongs to the cooking unit system.

Constant Summary collapse

UNIT_TYPE =

Type for the Quart unit

Measurements::Type::FLUID
UNIT_SYSTEM =

System type for the Quart unit

Measurements::System::COOK

Instance Attribute Summary

Attributes included from BaseUnit

#quantity, #type

Method Summary

Methods included from BaseUnit

#convert_to, #initialize, #inspect, #smart_convert, #type, #unit, #unit_abbr, #unit_system, #unit_type