Class: ZipRecruiter::API

Inherits:
Object
  • Object
show all
Defined in:
lib/zip_recruiter/api.rb

Direct Known Subclasses

JobAlerts::API

Class Method Summary collapse

Class Method Details

.api_keyObject

Gets the API key



13
14
15
# File 'lib/zip_recruiter/api.rb', line 13

def self.api_key
  @@api_key || ''
end

.api_key=(api_key) ⇒ Object

Sets the API key



6
7
8
# File 'lib/zip_recruiter/api.rb', line 6

def self.api_key=(api_key)
  @@api_key = api_key
end