Class: Operations::Operation::OperationValue
- Inherits:
-
Struct
- Object
- Struct
- Operations::Operation::OperationValue
- Defined in:
- lib/operations/operation.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/operations/operation.rb', line 3 def description @description end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/operations/operation.rb', line 3 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
3 4 5 |
# File 'lib/operations/operation.rb', line 3 def scope @scope end |