Class: KStarter::Starters::Nuxt

Inherits:
Object
  • Object
show all
Defined in:
lib/k_starter/starters/nuxt.rb

Overview

Generate command line for a new ruby gem project.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dataObject (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

#executeObject



13
14
15
# File 'lib/k_starter/starters/nuxt.rb', line 13

def execute
  script
end