Class: RubyJsonApiClient::AmsAdapter

Inherits:
RestAdapter show all
Defined in:
lib/ruby_json_api_client/adapters/ams_adapter.rb

Instance Attribute Summary

Attributes inherited from RestAdapter

#hostname, #namespace, #port, #secure, #url_root

Instance Method Summary collapse

Methods inherited from RestAdapter

#collection_path, #find, #find_many, #get, #initialize, #single_path

Constructor Details

This class inherits a constructor from RubyJsonApiClient::RestAdapter

Instance Method Details

#create(model) ⇒ Object



3
4
5
# File 'lib/ruby_json_api_client/adapters/ams_adapter.rb', line 3

def create(model)

end

#destroy(model) ⇒ Object



11
12
13
# File 'lib/ruby_json_api_client/adapters/ams_adapter.rb', line 11

def destroy(model)

end

#update(model) ⇒ Object



7
8
9
# File 'lib/ruby_json_api_client/adapters/ams_adapter.rb', line 7

def update(model)

end