Method: MapKit::DataTypes::MapSize#to_s
- Defined in:
- lib/map-kit-wrapper/map_kit_data_types.rb
#to_s ⇒ Object
Get self as a String
-
Returns :
-
"{:width => width, :height => height}"
-
395 396 397 |
# File 'lib/map-kit-wrapper/map_kit_data_types.rb', line 395 def to_s to_h.to_s end |