Module: Square::Types::MeasurementUnitVolume

Extended by:
Internal::Types::Enum
Defined in:
lib/square/types/measurement_unit_volume.rb

Constant Summary collapse

GENERIC_FLUID_OUNCE =
"GENERIC_FLUID_OUNCE"
GENERIC_SHOT =
"GENERIC_SHOT"
GENERIC_CUP =
"GENERIC_CUP"
GENERIC_PINT =
"GENERIC_PINT"
GENERIC_QUART =
"GENERIC_QUART"
GENERIC_GALLON =
"GENERIC_GALLON"
IMPERIAL_CUBIC_INCH =
"IMPERIAL_CUBIC_INCH"
IMPERIAL_CUBIC_FOOT =
"IMPERIAL_CUBIC_FOOT"
IMPERIAL_CUBIC_YARD =
"IMPERIAL_CUBIC_YARD"
METRIC_MILLILITER =
"METRIC_MILLILITER"
METRIC_LITER =
"METRIC_LITER"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load