Class: MeaningCloud::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/meaning-cloud.rb

Overview

Main configuration class.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



22
23
24
# File 'lib/meaning-cloud.rb', line 22

def initialize
  @key = nil
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



20
21
22
# File 'lib/meaning-cloud.rb', line 20

def key
  @key
end