Class: Gem::Commands::NewCommand::Skeleton::Processor

Inherits:
Struct
  • Object
show all
Defined in:
lib/gem/commands/new_command/skeleton.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executeObject

Returns the value of attribute execute

Returns:

  • (Object)

    the current value of execute



16
17
18
# File 'lib/gem/commands/new_command/skeleton.rb', line 16

def execute
  @execute
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/gem/commands/new_command/skeleton.rb', line 16

def name
  @name
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



16
17
18
# File 'lib/gem/commands/new_command/skeleton.rb', line 16

def suffix
  @suffix
end