Class: Derailleur::Grease::Registration

Inherits:
Struct
  • Object
show all
Defined in:
lib/derailleur/base/grease.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



18
19
20
# File 'lib/derailleur/base/grease.rb', line 18

def handler
  @handler
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



18
19
20
# File 'lib/derailleur/base/grease.rb', line 18

def path
  @path
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



18
19
20
# File 'lib/derailleur/base/grease.rb', line 18

def sym
  @sym
end