Class: GeoAPI::UserView

Inherits:
View show all
Defined in:
lib/geoapi/user_view.rb

Constant Summary collapse

@@path_prefix =
GeoAPI::USERVIEW_PATH_PREFIX

Instance Attribute Summary

Attributes inherited from View

#entries, #guid, #id, #name, #view_type

Instance Method Summary collapse

Methods inherited from View

find, #load, #setup, #to_json

Methods inherited from GeoObject

api_key_from_parameters, delete, entity_type, find, get, post, search

Constructor Details

#initialize(attrs) ⇒ UserView

Returns a new instance of UserView.



7
8
9
# File 'lib/geoapi/user_view.rb', line 7

def initialize attrs
  super attrs
end