Class: RandomQuotes::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



18
19
20
# File 'lib/random_quotes.rb', line 18

def initialize
  @quotes = quotes
end

Instance Attribute Details

#quotesObject

Returns the value of attribute quotes.



16
17
18
# File 'lib/random_quotes.rb', line 16

def quotes
  @quotes
end