Class: SportsSouth::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



38
39
40
# File 'lib/sports_south.rb', line 38

def initialize
  @source ||= "ammor"
end

Instance Attribute Details

#sourceObject

Returns the value of attribute source.



36
37
38
# File 'lib/sports_south.rb', line 36

def source
  @source
end