Class: Torikago::Configuration::Definition
- Inherits:
-
Struct
- Object
- Struct
- Torikago::Configuration::Definition
- Defined in:
- lib/torikago/configuration.rb,
sig/torikago.rbs
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.
-
#rails_engine ⇒ Object
Returns the value of attribute rails_engine.
-
#root ⇒ Object
Returns the value of attribute root.
-
#setup ⇒ Object
Returns the value of attribute setup.
Instance Method Summary collapse
-
#initialize ⇒ Definition
constructor
A new instance of Definition.
Constructor Details
#initialize ⇒ Definition
Returns a new instance of Definition.
27 |
# File 'sig/torikago.rbs', line 27
def initialize: (?name: Symbol, ?root: Pathname, ?entrypoint: String?, ?rails_engine: bool, ?setup: String?, ?gemfile: String?) -> void
|
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 |
#rails_engine ⇒ Object
Returns the value of attribute rails_engine
7 8 9 |
# File 'lib/torikago/configuration.rb', line 7 def rails_engine @rails_engine 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 |