Class: RunnerComponents::CONFIG_ITEM

Inherits:
Struct
  • Object
show all
Defined in:
lib/desktop/components/runner_components.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



9
10
11
# File 'lib/desktop/components/runner_components.rb', line 9

def attribute
  @attribute
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/desktop/components/runner_components.rb', line 9

def value
  @value
end