module SBF::Client::User::ProviderType

Constants

FACEBOOK
IDS

rubocop:disable Style/MutableConstant

SBF
TWITTER

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