Class: OvertureMaps::Syncer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/overture_maps/syncer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#areaObject

Returns the value of attribute area

Returns:

  • (Object)

    the current value of area



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def area
  @area
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def errors
  @errors
end

#importedObject

Returns the value of attribute imported

Returns:

  • (Object)

    the current value of imported



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def imported
  @imported
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def message
  @message
end

#removedObject

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def removed
  @removed
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



18
19
20
# File 'lib/overture_maps/syncer.rb', line 18

def status
  @status
end