Class: WaterDrop::Configurable::Leaf
- Inherits:
-
Struct
- Object
- Struct
- WaterDrop::Configurable::Leaf
- Defined in:
- lib/waterdrop/configurable/leaf.rb
Overview
Single end config value representation
Instance Attribute Summary collapse
-
#constructor ⇒ Object
Returns the value of attribute constructor.
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#constructor ⇒ Object
Returns the value of attribute constructor
6 7 8 |
# File 'lib/waterdrop/configurable/leaf.rb', line 6 def constructor @constructor end |
#default ⇒ Object
Returns the value of attribute default
6 7 8 |
# File 'lib/waterdrop/configurable/leaf.rb', line 6 def default @default end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/waterdrop/configurable/leaf.rb', line 6 def name @name end |