Class: ConvenientService::Examples::Standard::V1::Gemfile::Services::AssertNpmPackageAvailable

Inherits:
Object
  • Object
show all
Includes:
Service::Configs::Standard::V1
Defined in:
lib/convenient_service/examples/standard/v1/gemfile/services/assert_npm_package_available.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name:) ⇒ AssertNpmPackageAvailable

Returns a new instance of AssertNpmPackageAvailable.



32
33
34
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/assert_npm_package_available.rb', line 32

def initialize(name:)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



17
18
19
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/assert_npm_package_available.rb', line 17

def name
  @name
end