Class: Zm::Client::FolderDefault::FolderData
- Inherits:
-
Data
- Object
- Data
- Zm::Client::FolderDefault::FolderData
- Defined in:
- lib/zm/client/constant.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
15 16 17 |
# File 'lib/zm/client/constant.rb', line 15 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
15 16 17 |
# File 'lib/zm/client/constant.rb', line 15 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
15 16 17 |
# File 'lib/zm/client/constant.rb', line 15 def path @path end |
#type ⇒ Object (readonly)
Returns the value of attribute type
15 16 17 |
# File 'lib/zm/client/constant.rb', line 15 def type @type end |