Class: Abqari::Importers::Support::Report::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/abqari/importers/support/report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



17
18
19
# File 'lib/abqari/importers/support/report.rb', line 17

def reason
  @reason
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



17
18
19
# File 'lib/abqari/importers/support/report.rb', line 17

def slug
  @slug
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



17
18
19
# File 'lib/abqari/importers/support/report.rb', line 17

def status
  @status
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



17
18
19
# File 'lib/abqari/importers/support/report.rb', line 17

def title
  @title
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



17
18
19
# File 'lib/abqari/importers/support/report.rb', line 17

def warnings
  @warnings
end