Module: Square::Types::MeasurementUnitArea

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

Constant Summary collapse

IMPERIAL_ACRE =
"IMPERIAL_ACRE"
IMPERIAL_SQUARE_INCH =
"IMPERIAL_SQUARE_INCH"
IMPERIAL_SQUARE_FOOT =
"IMPERIAL_SQUARE_FOOT"
IMPERIAL_SQUARE_YARD =
"IMPERIAL_SQUARE_YARD"
IMPERIAL_SQUARE_MILE =
"IMPERIAL_SQUARE_MILE"
METRIC_SQUARE_CENTIMETER =
"METRIC_SQUARE_CENTIMETER"
METRIC_SQUARE_METER =
"METRIC_SQUARE_METER"
METRIC_SQUARE_KILOMETER =
"METRIC_SQUARE_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