Class: Ynl::Models::Flags::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



64
65
66
# File 'lib/ynl/models.rb', line 64

def doc
  @doc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



64
65
66
# File 'lib/ynl/models.rb', line 64

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



64
65
66
# File 'lib/ynl/models.rb', line 64

def value
  @value
end