module SBF::Client::Person::Type
Constants
- BUSINESS
- FOUNDATION
- IDS
- INDIVIDUAL
Public Class Methods
to_s(type_id)
click to toggle source
# File lib/stbaldricks/entities/person.rb, line 40 def self.to_s(type_id) IDS.key(type_id) end
value_of(type)
click to toggle source
# File lib/stbaldricks/entities/person.rb, line 44 def self.value_of(type) IDS[type] end