Class: Configru::Option
- Inherits:
-
Struct
- Object
- Struct
- Configru::Option
- Includes:
- OptionMethods
- Defined in:
- lib/configru/option.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#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
#default ⇒ Object
Returns the value of attribute default
22 23 24 |
# File 'lib/configru/option.rb', line 22 def default @default end |
#transformation ⇒ Object
Returns the value of attribute transformation
22 23 24 |
# File 'lib/configru/option.rb', line 22 def transformation @transformation end |
#type ⇒ Object
Returns the value of attribute type
22 23 24 |
# File 'lib/configru/option.rb', line 22 def type @type end |
#validation ⇒ Object
Returns the value of attribute validation
22 23 24 |
# File 'lib/configru/option.rb', line 22 def validation @validation end |