Class: Torikago::Configuration::Definition
- Inherits:
-
Struct
- Object
- Struct
- Torikago::Configuration::Definition
- Defined in:
- lib/torikago/configuration.rb
Instance Attribute Summary collapse
-
#entrypoint ⇒ Object
Returns the value of attribute entrypoint.
-
#gemfile ⇒ Object
Returns the value of attribute gemfile.
-
#name ⇒ Object
Returns the value of attribute name.
-
#root ⇒ Object
Returns the value of attribute root.
-
#setup ⇒ Object
Returns the value of attribute setup.
Instance Attribute Details
#entrypoint ⇒ Object
Returns the value of attribute entrypoint
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def entrypoint @entrypoint end |
#gemfile ⇒ Object
Returns the value of attribute gemfile
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def gemfile @gemfile end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def name @name end |
#root ⇒ Object
Returns the value of attribute root
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def root @root end |
#setup ⇒ Object
Returns the value of attribute setup
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def setup @setup end |