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, #delete, #endpoint_chain, #get, #initialize, #path, #path_array, #post, #put, #request

Constructor Details

This class inherits a constructor from Saddle::BaseEndpoint