Class: Rubygoal::Config::Goal
- Inherits:
-
Struct
- Object
- Struct
- Rubygoal::Config::Goal
- Defined in:
- lib/rubygoal/config_definitions.rb
Instance Attribute Summary collapse
-
#image_file ⇒ Object
Returns the value of attribute image_file.
-
#sound_file ⇒ Object
Returns the value of attribute sound_file.
Instance Attribute Details
#image_file ⇒ Object
Returns the value of attribute image_file
33 34 35 |
# File 'lib/rubygoal/config_definitions.rb', line 33 def image_file @image_file end |
#sound_file ⇒ Object
Returns the value of attribute sound_file
33 34 35 |
# File 'lib/rubygoal/config_definitions.rb', line 33 def sound_file @sound_file end |