Class: Clacky::ExtensionPackager::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionPackager::Result
- Defined in:
- lib/clacky/extension/packager.rb
Instance Attribute Summary collapse
-
#ext_id ⇒ Object
Returns the value of attribute ext_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Attribute Details
#ext_id ⇒ Object
Returns the value of attribute ext_id
24 25 26 |
# File 'lib/clacky/extension/packager.rb', line 24 def ext_id @ext_id end |
#path ⇒ Object
Returns the value of attribute path
24 25 26 |
# File 'lib/clacky/extension/packager.rb', line 24 def path @path end |
#units ⇒ Object
Returns the value of attribute units
24 25 26 |
# File 'lib/clacky/extension/packager.rb', line 24 def units @units end |