Class: EnvSpec::Entry
- Inherits:
-
Struct
- Object
- Struct
- EnvSpec::Entry
- Defined in:
- lib/envspec/entry.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#enum_values ⇒ Object
Returns the value of attribute enum_values.
-
#line ⇒ Object
Returns the value of attribute line.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
2 3 4 |
# File 'lib/envspec/entry.rb', line 2 def default @default end |
#enum_values ⇒ Object
Returns the value of attribute enum_values
2 3 4 |
# File 'lib/envspec/entry.rb', line 2 def enum_values @enum_values end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'lib/envspec/entry.rb', line 2 def line @line end |
#optional ⇒ Object
Returns the value of attribute optional
2 3 4 |
# File 'lib/envspec/entry.rb', line 2 def optional @optional end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/envspec/entry.rb', line 2 def type @type end |