Class: MobyCommand::InfoLoggerCommand
- Inherits:
-
CommandData
- Object
- CommandData
- MobyCommand::InfoLoggerCommand
- Defined in:
- lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#application_id ⇒ Object
Returns the value of attribute application_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(name, parameter_hash = {}) ⇒ InfoLoggerCommand
constructor
A new instance of InfoLoggerCommand.
Constructor Details
#initialize(name, parameter_hash = {}) ⇒ InfoLoggerCommand
Returns a new instance of InfoLoggerCommand.
28 29 30 31 32 33 34 |
# File 'lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb', line 28 def initialize(name, parameter_hash = {}) @application_id = "" @name = name @params = parameter_hash end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
26 27 28 |
# File 'lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb', line 26 def action @action end |
#application_id ⇒ Object
Returns the value of attribute application_id.
26 27 28 |
# File 'lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb', line 26 def application_id @application_id end |
#name ⇒ Object
Returns the value of attribute name.
26 27 28 |
# File 'lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb', line 26 def name @name end |
#params ⇒ Object
Returns the value of attribute params.
26 27 28 |
# File 'lib/testability-driver-plugins/testability-driver-qt-sut-plugin/commands/infologger_command.rb', line 26 def params @params end |