Class: Saddle::ResourceEndpoint

Inherits:
BaseEndpoint show all
Defined in:
lib/saddle/endpoint.rb

Overview

This endpoint is used for constructing resource-style endpoints. This means it will NOT be automatically added into the traversal tree.

Instance Attribute Summary

Attributes inherited from BaseEndpoint

#parent, #relative_path, #requester

Method Summary

Methods inherited from BaseEndpoint

#_build_and_attach_node, #create_resource_endpoint, #define_singleton_method, #delete, #get, #initialize, #post, #put, #request

Constructor Details

This class inherits a constructor from Saddle::BaseEndpoint