Class: Abqari::Importers::Support::Report::Entry
- Inherits:
-
Struct
- Object
- Struct
- Abqari::Importers::Support::Report::Entry
- Defined in:
- lib/abqari/importers/support/report.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
17 18 19 |
# File 'lib/abqari/importers/support/report.rb', line 17 def reason @reason end |
#slug ⇒ Object
Returns the value of attribute slug
17 18 19 |
# File 'lib/abqari/importers/support/report.rb', line 17 def slug @slug end |
#status ⇒ Object
Returns the value of attribute status
17 18 19 |
# File 'lib/abqari/importers/support/report.rb', line 17 def status @status end |
#title ⇒ Object
Returns the value of attribute title
17 18 19 |
# File 'lib/abqari/importers/support/report.rb', line 17 def title @title end |
#warnings ⇒ Object
Returns the value of attribute warnings
17 18 19 |
# File 'lib/abqari/importers/support/report.rb', line 17 def warnings @warnings end |