Class: FLACsmith::Configuration::Content
- Inherits:
-
Struct
- Object
- Struct
- FLACsmith::Configuration::Content
- Defined in:
- lib/flacsmith/configuration/content.rb
Overview
Defines the content of the configuration for use throughout the gem.
Instance Attribute Summary collapse
-
#action_encode ⇒ Object
Returns the value of attribute action_encode.
-
#action_help ⇒ Object
Returns the value of attribute action_help.
-
#action_list ⇒ Object
Returns the value of attribute action_list.
-
#action_rebuild ⇒ Object
Returns the value of attribute action_rebuild.
-
#action_version ⇒ Object
Returns the value of attribute action_version.
-
#image_path ⇒ Object
Returns the value of attribute image_path.
-
#source_dir ⇒ Object
Returns the value of attribute source_dir.
-
#target_dir ⇒ Object
Returns the value of attribute target_dir.
Instance Method Summary collapse
-
#initialize(*arguments) ⇒ Content
constructor
A new instance of Content.
Constructor Details
#initialize(*arguments) ⇒ Content
Returns a new instance of Content.
17 18 19 20 |
# File 'lib/flacsmith/configuration/content.rb', line 17 def initialize *arguments super freeze end |
Instance Attribute Details
#action_encode ⇒ Object
Returns the value of attribute action_encode
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def action_encode @action_encode end |
#action_help ⇒ Object
Returns the value of attribute action_help
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def action_help @action_help end |
#action_list ⇒ Object
Returns the value of attribute action_list
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def action_list @action_list end |
#action_rebuild ⇒ Object
Returns the value of attribute action_rebuild
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def action_rebuild @action_rebuild end |
#action_version ⇒ Object
Returns the value of attribute action_version
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def action_version @action_version end |
#image_path ⇒ Object
Returns the value of attribute image_path
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def image_path @image_path end |
#source_dir ⇒ Object
Returns the value of attribute source_dir
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def source_dir @source_dir end |
#target_dir ⇒ Object
Returns the value of attribute target_dir
6 7 8 |
# File 'lib/flacsmith/configuration/content.rb', line 6 def target_dir @target_dir end |