Class: Operations::Operation::OperationValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/operations/operation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/operations/operation.rb', line 3

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/operations/operation.rb', line 3

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



3
4
5
# File 'lib/operations/operation.rb', line 3

def scope
  @scope
end