Class: Stupidedi::Schema::Generation::Runner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/stupidedi/schema/generation/runner.rb

Overview

Describes one generated file.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



21
22
23
# File 'lib/stupidedi/schema/generation/runner.rb', line 21

def content
  @content
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



21
22
23
# File 'lib/stupidedi/schema/generation/runner.rb', line 21

def path
  @path
end

#relative_pathObject

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



21
22
23
# File 'lib/stupidedi/schema/generation/runner.rb', line 21

def relative_path
  @relative_path
end

#writtenObject

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



21
22
23
# File 'lib/stupidedi/schema/generation/runner.rb', line 21

def written
  @written
end