Class: FsApi::Service::Client

Inherits:
BaseService show all
Includes:
Searchable
Defined in:
lib/fs_api/service/client.rb

Instance Attribute Summary

Attributes inherited from BaseService

#api_client, #command_class

Instance Method Summary collapse

Methods included from Searchable

#search

Methods inherited from BaseService

#all, #build, #create, #create_success_status_code, #delete, #find, #initialize, #instance_path, #path, #resource_type, #resource_type_plural, #save, #success_status_code

Constructor Details

This class inherits a constructor from FsApi::Service::BaseService

Instance Method Details

#collection_classObject



6
7
8
# File 'lib/fs_api/service/client.rb', line 6

def collection_class
  FsApi::Resource::Client
end