Class: Resat::CustomOperation
- Inherits:
-
Object
- Object
- Resat::CustomOperation
- Includes:
- Kwalify::Util::HashLike
- Defined in:
- lib/scenario_runner.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
202 203 204 |
# File 'lib/scenario_runner.rb', line 202 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
202 203 204 |
# File 'lib/scenario_runner.rb', line 202 def type @type end |
Instance Method Details
#separator ⇒ Object
203 |
# File 'lib/scenario_runner.rb', line 203 def separator; @separator || "/"; end |