Class: RubyUIConverter::Converter::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyUIConverter::Converter::Result
- Defined in:
- lib/ruby_ui_converter/converter.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#error ⇒ Object
Returns the value of attribute error.
-
#output ⇒ Object
Returns the value of attribute output.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
8 9 10 |
# File 'lib/ruby_ui_converter/converter.rb', line 8 def code @code end |
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'lib/ruby_ui_converter/converter.rb', line 8 def error @error end |
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/ruby_ui_converter/converter.rb', line 8 def output @output end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/ruby_ui_converter/converter.rb', line 8 def source @source end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/ruby_ui_converter/converter.rb', line 8 def status @status end |