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