Class: Hanamismith::Configuration::Content
- Inherits:
-
Struct
- Object
- Struct
- Hanamismith::Configuration::Content
- Defined in:
- lib/hanamismith/configuration/content.rb
Overview
Defines the content of the configuration for use throughout the gem.
Instance Attribute Summary collapse
-
#action_config ⇒ Object
Returns the value of attribute action_config.
-
#action_help ⇒ Object
Returns the value of attribute action_help.
-
#action_version ⇒ Object
Returns the value of attribute action_version.
Instance Method Summary collapse
-
#initialize(*arguments) ⇒ Content
constructor
A new instance of Content.
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_config ⇒ Object
Returns the value of attribute action_config
6 7 8 |
# File 'lib/hanamismith/configuration/content.rb', line 6 def action_config @action_config end |
#action_help ⇒ Object
Returns the value of attribute action_help
6 7 8 |
# File 'lib/hanamismith/configuration/content.rb', line 6 def action_help @action_help end |
#action_version ⇒ Object
Returns the value of attribute action_version
6 7 8 |
# File 'lib/hanamismith/configuration/content.rb', line 6 def action_version @action_version end |