Class: Clacky::ExtensionLoader::Unit

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

Overview

One resolved capability unit. kind is :panel or :api.

Instance Attribute Summary collapse

Instance Attribute Details

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def dir
  @dir
end

#ext_idObject

Returns the value of attribute ext_id

Returns:

  • (Object)

    the current value of ext_id



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def ext_id
  @ext_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def id
  @id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def kind
  @kind
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def layer
  @layer
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def origin
  @origin
end

#specObject

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



55
56
57
# File 'lib/clacky/extension/loader.rb', line 55

def spec
  @spec
end