Class: Rb1drv::OneDriveItem

Inherits:
Object
  • Object
show all
Defined in:
lib/rb1drv/onedrive_item.rb

Direct Known Subclasses

OneDrive404, OneDriveDir, OneDriveFile

Instance Attribute Summary collapse

Instance Attribute Details

#ctimeObject (readonly)

Returns the value of attribute ctime.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def ctime
  @ctime
end

#cuserObject (readonly)

Returns the value of attribute cuser.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def cuser
  @cuser
end

#eTagObject (readonly)

Returns the value of attribute eTag.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def eTag
  @eTag
end

#idObject (readonly)

Returns the value of attribute id.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def id
  @id
end

#mtimeObject (readonly)

Returns the value of attribute mtime.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def mtime
  @mtime
end

#muserObject (readonly)

Returns the value of attribute muser.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def muser
  @muser
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def name
  @name
end

#parent_pathObject (readonly)

Returns the value of attribute parent_path.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def parent_path
  @parent_path
end

#remote_drive_idObject (readonly)

Returns the value of attribute remote_drive_id.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def remote_drive_id
  @remote_drive_id
end

#remote_idObject (readonly)

Returns the value of attribute remote_id.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def remote_id
  @remote_id
end

#sizeObject (readonly)

Returns the value of attribute size.



3
4
5
# File 'lib/rb1drv/onedrive_item.rb', line 3

def size
  @size
end