Class: RubyUIConverter::Doctor::Issue
- Inherits:
-
Struct
- Object
- Struct
- RubyUIConverter::Doctor::Issue
- Defined in:
- lib/ruby_ui_converter/doctor.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#description ⇒ Object
Returns the value of attribute description.
-
#fixer ⇒ Object
Returns the value of attribute fixer.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
14 15 16 |
# File 'lib/ruby_ui_converter/doctor.rb', line 14 def commands @commands end |
#description ⇒ Object
Returns the value of attribute description
14 15 16 |
# File 'lib/ruby_ui_converter/doctor.rb', line 14 def description @description end |
#fixer ⇒ Object
Returns the value of attribute fixer
14 15 16 |
# File 'lib/ruby_ui_converter/doctor.rb', line 14 def fixer @fixer end |