Class: DockerfileRB::Maintainer
- Inherits:
-
Object
- Object
- DockerfileRB::Maintainer
- Defined in:
- lib/dockerfile-rb/maintainer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Maintainer
constructor
A new instance of Maintainer.
Constructor Details
#initialize(name) ⇒ Maintainer
Returns a new instance of Maintainer.
4 5 6 |
# File 'lib/dockerfile-rb/maintainer.rb', line 4 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/dockerfile-rb/maintainer.rb', line 3 def name @name end |