Class: ConvenientService::Examples::Standard::Gemfile::Services::AssertNpmPackageAvailable
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::Gemfile::Services::AssertNpmPackageAvailable
- Includes:
- Service::Configs::Standard
- Defined in:
- lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name:) ⇒ AssertNpmPackageAvailable
constructor
A new instance of AssertNpmPackageAvailable.
Constructor Details
#initialize(name:) ⇒ AssertNpmPackageAvailable
Returns a new instance of AssertNpmPackageAvailable.
31 32 33 |
# File 'lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb', line 31 def initialize(name:) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
16 17 18 |
# File 'lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb', line 16 def name @name end |