Method: BitBucket::AutoloadHelper#register_constant

Defined in:
lib/bitbucket_rest_api.rb

#register_constant(options) ⇒ Object



43
44
45
46
47
# File 'lib/bitbucket_rest_api.rb', line 43

def register_constant(options)
  options.each do |const_name, value|
    const_set const_name.upcase.to_s, value
  end
end