Class: SecureShare::Client
- Inherits:
-
Object
- Object
- SecureShare::Client
show all
- Includes:
- Documents, Follow, Request
- Defined in:
- lib/secureshare/client.rb,
lib/secureshare/client/follow.rb,
lib/secureshare/client/documents.rb
Defined Under Namespace
Modules: Documents, Follow
Instance Method Summary
collapse
Methods included from Follow
#follow
Methods included from Documents
#documents
Methods included from Request
#get, #post
Instance Method Details
#config ⇒ Object
11
12
13
|
# File 'lib/secureshare/client.rb', line 11
def config
SecureShare.config
end
|