Class: MobyCommand::Fixture

Inherits:
CommandData show all
Defined in:
lib/tdriver/base/sut/generic/commands/fixture.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CommandData

#get_application_id, #get_sut, #set_application_uid, #set_sut

Constructor Details

#initialize(params) ⇒ Fixture

description

Fixture command holds the required parameters to execute a fixture operation in the target.

arguments

params

Hash
 description: 
  Hash for holding the parameters need by the fixture operation.
  Example: {:application_id => "", :object_id => "", :object_type => "", :name => nil, :command_name => nil, :parameters => {}, :async => false)}


39
40
41
42
43
# File 'lib/tdriver/base/sut/generic/commands/fixture.rb', line 39

def initialize(params)

  @params = params

end

Instance Attribute Details

#paramsObject

Returns the value of attribute params.



26
27
28
# File 'lib/tdriver/base/sut/generic/commands/fixture.rb', line 26

def params
  @params
end