Class: Esp::Mw::Scaffolder::Result
- Inherits:
-
Struct
- Object
- Struct
- Esp::Mw::Scaffolder::Result
- Defined in:
- lib/esp/mw/scaffolder.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#mod ⇒ Object
Returns the value of attribute mod.
-
#readme ⇒ Object
Returns the value of attribute readme.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
18 19 20 |
# File 'lib/esp/mw/scaffolder.rb', line 18 def format @format end |
#mod ⇒ Object
Returns the value of attribute mod
18 19 20 |
# File 'lib/esp/mw/scaffolder.rb', line 18 def mod @mod end |
#readme ⇒ Object
Returns the value of attribute readme
18 19 20 |
# File 'lib/esp/mw/scaffolder.rb', line 18 def readme @readme end |
#source ⇒ Object
Returns the value of attribute source
18 19 20 |
# File 'lib/esp/mw/scaffolder.rb', line 18 def source @source end |