Class: RubyUIConverter::Converter::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui_converter/converter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



8
9
10
# File 'lib/ruby_ui_converter/converter.rb', line 8

def code
  @code
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



8
9
10
# File 'lib/ruby_ui_converter/converter.rb', line 8

def error
  @error
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/ruby_ui_converter/converter.rb', line 8

def output
  @output
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/ruby_ui_converter/converter.rb', line 8

def source
  @source
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/ruby_ui_converter/converter.rb', line 8

def status
  @status
end