Class: GeoAPI::UserView
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
-
#initialize(attrs) ⇒ UserView
constructor
A new instance of UserView.
Methods inherited from View
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 |