Class: Configru::RequiredOption
- Inherits:
-
Struct
- Object
- Struct
- Configru::RequiredOption
- Includes:
- OptionMethods
- Defined in:
- lib/configru/option.rb
Instance Attribute Summary collapse
-
#transformation ⇒ Object
Returns the value of attribute transformation.
-
#type ⇒ Object
Returns the value of attribute type.
-
#validation ⇒ Object
Returns the value of attribute validation.
Method Summary
Methods included from OptionMethods
Instance Attribute Details
#transformation ⇒ Object
Returns the value of attribute transformation
26 27 28 |
# File 'lib/configru/option.rb', line 26 def transformation @transformation end |
#type ⇒ Object
Returns the value of attribute type
26 27 28 |
# File 'lib/configru/option.rb', line 26 def type @type end |
#validation ⇒ Object
Returns the value of attribute validation
26 27 28 |
# File 'lib/configru/option.rb', line 26 def validation @validation end |