Class: Mxrb::Scaffold::Generator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/scaffold/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject (readonly)

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def dry_run
  @dry_run
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def files
  @files
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def name
  @name
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def root
  @root
end

#updatedObject (readonly)

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



12
13
14
# File 'lib/mxrb/scaffold/generator.rb', line 12

def updated
  @updated
end