Class: Mozenda::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/mozenda/configuration.rb

Constant Summary collapse

REQUIRED_OPTIONS =
[:web_service_key].freeze
OPTIONAL_OPTIONS =
[:base_uri, :service, :rate_limit].freeze
ALL_OPTIONS =
REQUIRED_OPTIONS + OPTIONAL_OPTIONS

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



10
11
12
# File 'lib/mozenda/configuration.rb', line 10

def options
  @options
end