Class: Rb1drv::OneDriveItem
- Inherits:
-
Object
- Object
- Rb1drv::OneDriveItem
- Defined in:
- lib/rb1drv/onedrive_item.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ctime ⇒ Object
readonly
Returns the value of attribute ctime.
-
#cuser ⇒ Object
readonly
Returns the value of attribute cuser.
-
#eTag ⇒ Object
readonly
Returns the value of attribute eTag.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#mtime ⇒ Object
readonly
Returns the value of attribute mtime.
-
#muser ⇒ Object
readonly
Returns the value of attribute muser.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_path ⇒ Object
readonly
Returns the value of attribute parent_path.
-
#remote_drive_id ⇒ Object
readonly
Returns the value of attribute remote_drive_id.
-
#remote_id ⇒ Object
readonly
Returns the value of attribute remote_id.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#ctime ⇒ Object (readonly)
Returns the value of attribute ctime.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def ctime @ctime end |
#cuser ⇒ Object (readonly)
Returns the value of attribute cuser.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def cuser @cuser end |
#eTag ⇒ Object (readonly)
Returns the value of attribute eTag.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def eTag @eTag end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def id @id end |
#mtime ⇒ Object (readonly)
Returns the value of attribute mtime.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def mtime @mtime end |
#muser ⇒ Object (readonly)
Returns the value of attribute muser.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def muser @muser end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def name @name end |
#parent_path ⇒ Object (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_id ⇒ Object (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_id ⇒ Object (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 |
#size ⇒ Object (readonly)
Returns the value of attribute size.
3 4 5 |
# File 'lib/rb1drv/onedrive_item.rb', line 3 def size @size end |