Class: Zm::Client::FolderDefault::FolderData

Inherits:
Data
  • Object
show all
Defined in:
lib/zm/client/constant.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/zm/client/constant.rb', line 15

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/zm/client/constant.rb', line 15

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/zm/client/constant.rb', line 15

def path
  @path
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



15
16
17
# File 'lib/zm/client/constant.rb', line 15

def type
  @type
end