Class: EnvSpec::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/envspec/entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



2
3
4
# File 'lib/envspec/entry.rb', line 2

def default
  @default
end

#enum_valuesObject

Returns the value of attribute enum_values

Returns:

  • (Object)

    the current value of enum_values



2
3
4
# File 'lib/envspec/entry.rb', line 2

def enum_values
  @enum_values
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



2
3
4
# File 'lib/envspec/entry.rb', line 2

def line
  @line
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



2
3
4
# File 'lib/envspec/entry.rb', line 2

def optional
  @optional
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/envspec/entry.rb', line 2

def type
  @type
end