Class: Menuconform::Importers::Result
- Inherits:
-
Struct
- Object
- Struct
- Menuconform::Importers::Result
- Defined in:
- lib/menuconform/importers/base.rb
Instance Attribute Summary collapse
-
#doc ⇒ Object
Returns the value of attribute doc.
-
#notes ⇒ Object
Returns the value of attribute notes.
Instance Attribute Details
#doc ⇒ Object
Returns the value of attribute doc
13 14 15 |
# File 'lib/menuconform/importers/base.rb', line 13 def doc @doc end |
#notes ⇒ Object
Returns the value of attribute notes
13 14 15 |
# File 'lib/menuconform/importers/base.rb', line 13 def notes @notes end |