Class: KStarter::Starters::Nuxt
- Inherits:
-
Object
- Object
- KStarter::Starters::Nuxt
- Defined in:
- lib/k_starter/starters/nuxt.rb
Overview
Generate command line for a new ruby gem project.
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(data) ⇒ Nuxt
constructor
A new instance of Nuxt.
Constructor Details
#initialize(data) ⇒ Nuxt
Returns a new instance of Nuxt.
9 10 11 |
# File 'lib/k_starter/starters/nuxt.rb', line 9 def initialize(data) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
7 8 9 |
# File 'lib/k_starter/starters/nuxt.rb', line 7 def data @data end |
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/k_starter/starters/nuxt.rb', line 13 def execute script end |