module NgpVan::Client::DistrictFields
Public Instance Methods
district_field(id:)
click to toggle source
# File lib/ngp_van/client/district_fields.rb, line 10 def district_field(id:) verify_id(id) get(path: "districtFields/#{id}") end
district_fields(params: {})
click to toggle source
# File lib/ngp_van/client/district_fields.rb, line 6 def district_fields(params: {}) get(path: 'districtFields', params: params) end