Class: NpmExt::Mkmf::PackageEntry
- Inherits:
-
Struct
- Object
- Struct
- NpmExt::Mkmf::PackageEntry
- Defined in:
- lib/npm_ext/mkmf.rb
Instance Attribute Summary collapse
-
#file_to_bundle ⇒ Object
Returns the value of attribute file_to_bundle.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#file_to_bundle ⇒ Object
Returns the value of attribute file_to_bundle
17 18 19 |
# File 'lib/npm_ext/mkmf.rb', line 17 def file_to_bundle @file_to_bundle end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/npm_ext/mkmf.rb', line 17 def name @name end |