Class: Resat::CustomOperation

Inherits:
Object
  • Object
show all
Includes:
Kwalify::Util::HashLike
Defined in:
lib/scenario_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



202
203
204
# File 'lib/scenario_runner.rb', line 202

def name
  @name
end

#typeObject

Returns the value of attribute type.



202
203
204
# File 'lib/scenario_runner.rb', line 202

def type
  @type
end

Instance Method Details

#separatorObject



203
# File 'lib/scenario_runner.rb', line 203

def separator; @separator || "/"; end