Module: Square::Types::MeasurementUnitLength

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

Constant Summary collapse

IMPERIAL_INCH =
"IMPERIAL_INCH"
IMPERIAL_FOOT =
"IMPERIAL_FOOT"
IMPERIAL_YARD =
"IMPERIAL_YARD"
IMPERIAL_MILE =
"IMPERIAL_MILE"
METRIC_MILLIMETER =
"METRIC_MILLIMETER"
METRIC_CENTIMETER =
"METRIC_CENTIMETER"
METRIC_METER =
"METRIC_METER"
METRIC_KILOMETER =
"METRIC_KILOMETER"

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