Class: Natero::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



13
14
15
16
17
18
# File 'lib/natero.rb', line 13

def initialize
  self.base_uri = PRODUCTION_URI
  self. = nil
  self.event_api_key = nil
  self.event_auth_key = nil
end

Instance Attribute Details

#account_api_keyObject

Returns the value of attribute account_api_key.



11
12
13
# File 'lib/natero.rb', line 11

def 
  @account_api_key
end

#base_uriObject

Returns the value of attribute base_uri.



11
12
13
# File 'lib/natero.rb', line 11

def base_uri
  @base_uri
end

#event_api_keyObject

Returns the value of attribute event_api_key.



11
12
13
# File 'lib/natero.rb', line 11

def event_api_key
  @event_api_key
end

#event_auth_keyObject

Returns the value of attribute event_auth_key.



11
12
13
# File 'lib/natero.rb', line 11

def event_auth_key
  @event_auth_key
end