Class: Esp::Mw::Scaffolder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/mw/scaffolder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



18
19
20
# File 'lib/esp/mw/scaffolder.rb', line 18

def format
  @format
end

#modObject

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



18
19
20
# File 'lib/esp/mw/scaffolder.rb', line 18

def mod
  @mod
end

#readmeObject

Returns the value of attribute readme

Returns:

  • (Object)

    the current value of readme



18
19
20
# File 'lib/esp/mw/scaffolder.rb', line 18

def readme
  @readme
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



18
19
20
# File 'lib/esp/mw/scaffolder.rb', line 18

def source
  @source
end