Class: Ynl::Models::Enum::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ynl/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#docObject

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



48
49
50
# File 'lib/ynl/models.rb', line 48

def doc
  @doc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/ynl/models.rb', line 48

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



48
49
50
# File 'lib/ynl/models.rb', line 48

def value
  @value
end