Class: GroupDocs::Storage::Provider

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/storage/provider.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Api::Entity

#initialize, #inspect, #to_hash

Methods included from Api::Helpers::Accessor

#alias_accessor

Constructor Details

This class inherits a constructor from GroupDocs::Api::Entity

Instance Attribute Details

#idObject



6
7
8
# File 'lib/groupdocs/storage/provider.rb', line 6

def id
  @id
end

#isPrimaryObject



20
21
22
# File 'lib/groupdocs/storage/provider.rb', line 20

def isPrimary
  @isPrimary
end

#privateKeyObject



16
17
18
# File 'lib/groupdocs/storage/provider.rb', line 16

def privateKey
  @privateKey
end

#providerObject



8
9
10
# File 'lib/groupdocs/storage/provider.rb', line 8

def provider
  @provider
end

#publicKeyObject



14
15
16
# File 'lib/groupdocs/storage/provider.rb', line 14

def publicKey
  @publicKey
end

#rootFolderObject



18
19
20
# File 'lib/groupdocs/storage/provider.rb', line 18

def rootFolder
  @rootFolder
end

#serviceHostObject



22
23
24
# File 'lib/groupdocs/storage/provider.rb', line 22

def serviceHost
  @serviceHost
end

#tokenObject



12
13
14
# File 'lib/groupdocs/storage/provider.rb', line 12

def token
  @token
end

#typeObject



10
11
12
# File 'lib/groupdocs/storage/provider.rb', line 10

def type
  @type
end