class FmaRealestate::Cass

Public Instance Methods

address(params={}) click to toggle source
# File lib/fma_realestate/cass.rb, line 7
def address(params={})
  get('/api/cass/address', params)
end
city_county(params={}) click to toggle source
# File lib/fma_realestate/cass.rb, line 15
def city_county(params={})
  get('/api/cass/city_county', params)
end
city_zip(params={}) click to toggle source
# File lib/fma_realestate/cass.rb, line 11
def city_zip(params={})
  get('/api/cass/city_zip', params)
end
state_county(params={}) click to toggle source
# File lib/fma_realestate/cass.rb, line 19
def state_county(params={})
  get('/api/cass/state_county', params)
end
tiger(params={}) click to toggle source
# File lib/fma_realestate/cass.rb, line 3
def tiger(params={})
  get('/api/cass/tiger', params)
end