Module: Square::Types::MeasurementUnitTime

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

Constant Summary collapse

GENERIC_MILLISECOND =
"GENERIC_MILLISECOND"
GENERIC_SECOND =
"GENERIC_SECOND"
GENERIC_MINUTE =
"GENERIC_MINUTE"
GENERIC_HOUR =
"GENERIC_HOUR"
GENERIC_DAY =
"GENERIC_DAY"

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