Class: Stupidedi::Schema::Generation::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- Stupidedi::Schema::Generation::Runner::Result
- Defined in:
- lib/stupidedi/schema/generation/runner.rb
Overview
Describes one generated file.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#path ⇒ Object
Returns the value of attribute path.
-
#relative_path ⇒ Object
Returns the value of attribute relative_path.
-
#written ⇒ Object
Returns the value of attribute written.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
21 22 23 |
# File 'lib/stupidedi/schema/generation/runner.rb', line 21 def content @content end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/stupidedi/schema/generation/runner.rb', line 21 def path @path end |
#relative_path ⇒ Object
Returns the value of attribute relative_path
21 22 23 |
# File 'lib/stupidedi/schema/generation/runner.rb', line 21 def relative_path @relative_path end |
#written ⇒ Object
Returns the value of attribute written
21 22 23 |
# File 'lib/stupidedi/schema/generation/runner.rb', line 21 def written @written end |