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