Module: Pinnacle::Types::CompanyTypeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/pinnacle/types/company_type_enum.rb

Constant Summary collapse

GOVERNMENT =
"GOVERNMENT"
NON_PROFIT =
"NON_PROFIT"
PRIVATE_PROFIT =
"PRIVATE_PROFIT"
PUBLIC_PROFIT =
"PUBLIC_PROFIT"
SOLE_PROPRIETOR =
"SOLE_PROPRIETOR"

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