Class: Releasinator::Validator::Submodule

Inherits:
Object
  • Object
show all
Defined in:
lib/validator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path, url) ⇒ Submodule

Returns a new instance of Submodule.



394
395
396
397
398
# File 'lib/validator.rb', line 394

def initialize(name, path, url)
  @name=name
  @path=path
  @url=url
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



393
394
395
# File 'lib/validator.rb', line 393

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path.



393
394
395
# File 'lib/validator.rb', line 393

def path
  @path
end

#urlObject (readonly)

Returns the value of attribute url.



393
394
395
# File 'lib/validator.rb', line 393

def url
  @url
end