Class: Menuconform::Importers::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/menuconform/importers/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#docObject

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



13
14
15
# File 'lib/menuconform/importers/base.rb', line 13

def doc
  @doc
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



13
14
15
# File 'lib/menuconform/importers/base.rb', line 13

def notes
  @notes
end