Class: Alma::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/alma/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



14
15
16
17
# File 'lib/alma/config.rb', line 14

def initialize
  @apikey = "TEST_API_KEY"
  @region = 'https://api-na.hosted.exlibrisgroup.com'
end

Instance Attribute Details

#apikeyObject

Returns the value of attribute apikey.



12
13
14
# File 'lib/alma/config.rb', line 12

def apikey
  @apikey
end

#regionObject

Returns the value of attribute region.



12
13
14
# File 'lib/alma/config.rb', line 12

def region
  @region
end