Class: Zm::Client::Share
- Inherits:
-
Base::Object
- Object
- Base::Object
- Zm::Client::Share
- Defined in:
- lib/zm/client/share/share.rb
Overview
class for account share
Instance Attribute Summary collapse
-
#folderId ⇒ Object
Returns the value of attribute folderId.
-
#folderPath ⇒ Object
Returns the value of attribute folderPath.
-
#folderUuid ⇒ Object
Returns the value of attribute folderUuid.
-
#granteeId ⇒ Object
Returns the value of attribute granteeId.
-
#granteeName ⇒ Object
Returns the value of attribute granteeName.
-
#granteeType ⇒ Object
Returns the value of attribute granteeType.
-
#mid ⇒ Object
Returns the value of attribute mid.
-
#ownerEmail ⇒ Object
Returns the value of attribute ownerEmail.
-
#ownerId ⇒ Object
Returns the value of attribute ownerId.
-
#ownerName ⇒ Object
Returns the value of attribute ownerName.
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#view ⇒ Object
Returns the value of attribute view.
Attributes inherited from Base::Object
Instance Method Summary collapse
Methods inherited from Base::Object
#clone, #initialize, #inspect, #instance_variables_map, #logger, #recorded?, #save!, #to_h, #to_s, #update_attribute
Constructor Details
This class inherits a constructor from Zm::Client::Base::Object
Instance Attribute Details
#folderId ⇒ Object
Returns the value of attribute folderId.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def folderId @folderId end |
#folderPath ⇒ Object
Returns the value of attribute folderPath.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def folderPath @folderPath end |
#folderUuid ⇒ Object
Returns the value of attribute folderUuid.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def folderUuid @folderUuid end |
#granteeId ⇒ Object
Returns the value of attribute granteeId.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def granteeId @granteeId end |
#granteeName ⇒ Object
Returns the value of attribute granteeName.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def granteeName @granteeName end |
#granteeType ⇒ Object
Returns the value of attribute granteeType.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def granteeType @granteeType end |
#mid ⇒ Object
Returns the value of attribute mid.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def mid @mid end |
#ownerEmail ⇒ Object
Returns the value of attribute ownerEmail.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def ownerEmail @ownerEmail end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def ownerId @ownerId end |
#ownerName ⇒ Object
Returns the value of attribute ownerName.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def ownerName @ownerName end |
#rights ⇒ Object
Returns the value of attribute rights.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def rights @rights end |
#view ⇒ Object
Returns the value of attribute view.
7 8 9 |
# File 'lib/zm/client/share/share.rb', line 7 def view @view end |
Instance Method Details
#mountpoints ⇒ Object
10 11 12 |
# File 'lib/zm/client/share/share.rb', line 10 def mountpoints @mountpoints ||= ShareMountPointsCollection.new(self) end |