Class: RubyJsonApiClient::JsonApiAdapter
- Inherits:
-
RestAdapter
- Object
- RestAdapter
- RubyJsonApiClient::JsonApiAdapter
- Defined in:
- lib/ruby_json_api_client/adapters/json_api_adapter.rb
Instance Attribute Summary
Attributes inherited from RestAdapter
#hostname, #http_client, #namespace, #port, #required_query_params, #secure, #url_root
Instance Method Summary collapse
Methods inherited from RestAdapter
#accept_header, #collection_path, #delete, #find, #find_many, #get, #headers, #initialize, #single_path, #user_agent
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/json_api_adapter.rb', line 3 def create(model) end |
#destroy(model) ⇒ Object
11 12 13 |
# File 'lib/ruby_json_api_client/adapters/json_api_adapter.rb', line 11 def destroy(model) end |
#update(model) ⇒ Object
7 8 9 |
# File 'lib/ruby_json_api_client/adapters/json_api_adapter.rb', line 7 def update(model) end |