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.



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

def initialize
  @source ||= "ammor"
end

Instance Attribute Details

#sourceObject

Returns the value of attribute source.



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

def source
  @source
end