Class: Ucode::Commands::Audit::BrowserCommand::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/commands/audit/browser_command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



27
28
29
# File 'lib/ucode/commands/audit/browser_command.rb', line 27

def error
  @error
end

#facesObject

Returns the value of attribute faces

Returns:

  • (Object)

    the current value of faces



27
28
29
# File 'lib/ucode/commands/audit/browser_command.rb', line 27

def faces
  @faces
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



27
28
29
# File 'lib/ucode/commands/audit/browser_command.rb', line 27

def input
  @input
end

#library_htmlObject

Returns the value of attribute library_html

Returns:

  • (Object)

    the current value of library_html



27
28
29
# File 'lib/ucode/commands/audit/browser_command.rb', line 27

def library_html
  @library_html
end