class RandomQuotes::Configuration
Attributes
quotes[RW]
Public Class Methods
new()
click to toggle source
# File lib/random_quotes.rb, line 18 def initialize @quotes = quotes end