Class: Philiprehberger::ConfigKit::Schema::Definition
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::ConfigKit::Schema::Definition
- Defined in:
- lib/philiprehberger/config_kit/schema.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#element_type ⇒ Object
Returns the value of attribute element_type.
-
#env_key ⇒ Object
Returns the value of attribute env_key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def default @default end |
#element_type ⇒ Object
Returns the value of attribute element_type
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def element_type @element_type end |
#env_key ⇒ Object
Returns the value of attribute env_key
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def env_key @env_key end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def name @name end |
#required ⇒ Object
Returns the value of attribute required
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def required @required end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/philiprehberger/config_kit/schema.rb', line 6 def type @type end |