class Mapbox::Html

Html map

Public Class Methods

new(opts = {}) click to toggle source
Calls superclass method Mapbox::Base::new
# File lib/mapbox/html.rb, line 6
def initialize(opts = {})
  super(opts)
  @map_type = 'html'
end

Public Instance Methods

response() click to toggle source
# File lib/mapbox/html.rb, line 11
def response
  get.body
end