Class: KubeDSL::AllowBlank
- Inherits:
-
Object
- Object
- KubeDSL::AllowBlank
- Defined in:
- lib/kube-dsl/allow_blank.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ AllowBlank
constructor
A new instance of AllowBlank.
Constructor Details
#initialize(value) ⇒ AllowBlank
Returns a new instance of AllowBlank.
6 7 8 |
# File 'lib/kube-dsl/allow_blank.rb', line 6 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
4 5 6 |
# File 'lib/kube-dsl/allow_blank.rb', line 4 def value @value end |