Class: Mxrb::Scaffold::Generator::Result
- Inherits:
-
Data
- Object
- Data
- Mxrb::Scaffold::Generator::Result
- Defined in:
- lib/mxrb/scaffold/generator.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#updated ⇒ Object
readonly
Returns the value of attribute updated.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def dry_run @dry_run end |
#files ⇒ Object (readonly)
Returns the value of attribute files
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def files @files end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def name @name end |
#root ⇒ Object (readonly)
Returns the value of attribute root
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def root @root end |
#updated ⇒ Object (readonly)
Returns the value of attribute updated
10 11 12 |
# File 'lib/mxrb/scaffold/generator.rb', line 10 def updated @updated end |