Module: Sourcing
- Defined in:
- lib/sourcing.rb,
lib/sourcing/person.rb,
lib/sourcing/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.5"
Class Method Summary collapse
Class Method Details
.api_key=(value) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/sourcing.rb', line 5 def self.api_key=(value) Base. = { :auth_type => :bearer, :password => value } end |
.key=(value) ⇒ Object
12 13 14 |
# File 'lib/sourcing.rb', line 12 def self.key=(value) self.api_key = value end |