module TopojsonGenerator
Attributes
state_code[RW]
Public Instance Methods
topojson_generator(model_object)
click to toggle source
# File lib/topojson_generator.rb, line 8 def topojson_generator(model_object) end
topojson_with_state_key(state_key = :state_code)
click to toggle source
# File lib/topojson_generator.rb, line 4 def topojson_with_state_key(state_key = :state_code) @state_code = state_key end