Class: Releasinator::Validator::Submodule
- Inherits:
-
Object
- Object
- Releasinator::Validator::Submodule
- Defined in:
- lib/validator.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(name, path, url) ⇒ Submodule
constructor
A new instance of Submodule.
Constructor Details
#initialize(name, path, url) ⇒ Submodule
Returns a new instance of Submodule.
237 238 239 240 241 |
# File 'lib/validator.rb', line 237 def initialize(name, path, url) @name=name @path=path @url=url end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
235 236 237 |
# File 'lib/validator.rb', line 235 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
235 236 237 |
# File 'lib/validator.rb', line 235 def path @path end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
235 236 237 |
# File 'lib/validator.rb', line 235 def url @url end |