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
23 24 25 |
# File 'lib/clacky/extension/packager.rb', line 23 def ext_id @ext_id end |
#path ⇒ Object
Returns the value of attribute path
23 24 25 |
# File 'lib/clacky/extension/packager.rb', line 23 def path @path end |
#units ⇒ Object
Returns the value of attribute units
23 24 25 |
# File 'lib/clacky/extension/packager.rb', line 23 def units @units end |