Class: Hanamismith::Configuration::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/hanamismith/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.



12
13
14
15
# File 'lib/hanamismith/configuration/content.rb', line 12

def initialize *arguments
  super
  freeze
end

Instance Attribute Details

#action_configObject

Returns the value of attribute action_config

Returns:

  • (Object)

    the current value of action_config



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

def action_config
  @action_config
end

#action_helpObject

Returns the value of attribute action_help

Returns:

  • (Object)

    the current value of action_help



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

def action_help
  @action_help
end

#action_versionObject

Returns the value of attribute action_version

Returns:

  • (Object)

    the current value of action_version



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

def action_version
  @action_version
end