Class: Lammy::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



7
8
9
10
# File 'lib/lammy.rb', line 7

def initialize
  @model = nil
  @client = nil
end

Instance Attribute Details

#clientObject

Returns the value of attribute client.



5
6
7
# File 'lib/lammy.rb', line 5

def client
  @client
end

#modelObject

Returns the value of attribute model.



5
6
7
# File 'lib/lammy.rb', line 5

def model
  @model
end