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



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def dry_run
  @dry_run
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def files
  @files
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def name
  @name
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def root
  @root
end

#updatedObject (readonly)

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



10
11
12
# File 'lib/mxrb/scaffold/generator.rb', line 10

def updated
  @updated
end