Class: FlashPlayer::MMConfig
- Inherits:
-
Object
- Object
- FlashPlayer::MMConfig
- Defined in:
- lib/flashplayer/mm_config.rb
Constant Summary collapse
- FILE_NAME =
'mm.cfg'
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
- #create ⇒ Object
-
#initialize ⇒ MMConfig
constructor
A new instance of MMConfig.
Constructor Details
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
7 8 9 |
# File 'lib/flashplayer/mm_config.rb', line 7 def logger @logger end |
Instance Method Details
#create ⇒ Object
14 15 16 |
# File 'lib/flashplayer/mm_config.rb', line 14 def create create_if_necessary_at config_path end |