Class: Ucode::Commands::Audit::BrowserCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::Audit::BrowserCommand::Result
- Defined in:
- lib/ucode/commands/audit/browser_command.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#faces ⇒ Object
Returns the value of attribute faces.
-
#input ⇒ Object
Returns the value of attribute input.
-
#library_html ⇒ Object
Returns the value of attribute library_html.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
27 28 29 |
# File 'lib/ucode/commands/audit/browser_command.rb', line 27 def error @error end |
#faces ⇒ Object
Returns the value of attribute faces
27 28 29 |
# File 'lib/ucode/commands/audit/browser_command.rb', line 27 def faces @faces end |
#input ⇒ Object
Returns the value of attribute input
27 28 29 |
# File 'lib/ucode/commands/audit/browser_command.rb', line 27 def input @input end |
#library_html ⇒ Object
Returns the value of attribute library_html
27 28 29 |
# File 'lib/ucode/commands/audit/browser_command.rb', line 27 def library_html @library_html end |