Class: OvertureMaps::Syncer::Result
- Inherits:
-
Struct
- Object
- Struct
- OvertureMaps::Syncer::Result
- Defined in:
- lib/overture_maps/syncer.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#imported ⇒ Object
Returns the value of attribute imported.
-
#message ⇒ Object
Returns the value of attribute message.
-
#removed ⇒ Object
Returns the value of attribute removed.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def area @area end |
#errors ⇒ Object
Returns the value of attribute errors
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def errors @errors end |
#imported ⇒ Object
Returns the value of attribute imported
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def imported @imported end |
#message ⇒ Object
Returns the value of attribute message
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def @message end |
#removed ⇒ Object
Returns the value of attribute removed
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def removed @removed end |
#status ⇒ Object
Returns the value of attribute status
18 19 20 |
# File 'lib/overture_maps/syncer.rb', line 18 def status @status end |