Class: Clacky::ExtensionPackager::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/extension/packager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ext_idObject

Returns the value of attribute ext_id

Returns:

  • (Object)

    the current value of ext_id



20
21
22
# File 'lib/clacky/extension/packager.rb', line 20

def ext_id
  @ext_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



20
21
22
# File 'lib/clacky/extension/packager.rb', line 20

def path
  @path
end

#unitsObject

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



20
21
22
# File 'lib/clacky/extension/packager.rb', line 20

def units
  @units
end