Class: Homeflow::API::RequestSpecification

Inherits:
Object
  • Object
show all
Defined in:
lib/homeflow/api/request_specification.rb

Direct Known Subclasses

Delete, Post, Query, ResourceIdentifier

Instance Method Summary collapse

Instance Method Details

#to_paramsObject



5
6
7
# File 'lib/homeflow/api/request_specification.rb', line 5

def to_params
  raise "this must be implemented"
end