module SBF::Client::User::ProviderType
Constants
- IDS
rubocop:disable Style/MutableConstant
- SBF
Public Class Methods
to_s(type_id)
click to toggle source
# File lib/stbaldricks/entities/user.rb, line 42 def self.to_s(type_id) IDS.key(type_id) end
value_of(type)
click to toggle source
# File lib/stbaldricks/entities/user.rb, line 46 def self.value_of(type) IDS[type] end