Class: FLACsmith::Configuration::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/flacsmith/configuration/content.rb

Overview

Defines the content of the configuration for use throughout the gem.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_encodeObject

Returns the value of attribute action_encode

Returns:

  • (Object)

    the current value of action_encode



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def action_encode
  @action_encode
end

#action_helpObject

Returns the value of attribute action_help

Returns:

  • (Object)

    the current value of action_help



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def action_help
  @action_help
end

#action_listObject

Returns the value of attribute action_list

Returns:

  • (Object)

    the current value of action_list



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def action_list
  @action_list
end

#action_rebuildObject

Returns the value of attribute action_rebuild

Returns:

  • (Object)

    the current value of action_rebuild



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def action_rebuild
  @action_rebuild
end

#action_versionObject

Returns the value of attribute action_version

Returns:

  • (Object)

    the current value of action_version



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def action_version
  @action_version
end

#image_pathObject

Returns the value of attribute image_path

Returns:

  • (Object)

    the current value of image_path



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def image_path
  @image_path
end

#source_dirObject

Returns the value of attribute source_dir

Returns:

  • (Object)

    the current value of source_dir



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def source_dir
  @source_dir
end

#target_dirObject

Returns the value of attribute target_dir

Returns:

  • (Object)

    the current value of target_dir



6
7
8
# File 'lib/flacsmith/configuration/content.rb', line 6

def target_dir
  @target_dir
end