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.
Methods included from Service::Configs::Standard
Methods included from Config
Constructor Details
#initialize(name:) ⇒ AssertNpmPackageAvailable
Returns a new instance of AssertNpmPackageAvailable.
36 37 38 |
# File 'lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb', line 36 def initialize(name:) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
21 22 23 |
# File 'lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb', line 21 def name @name end |