Class: Rocksky::Generated::DropboxFileView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::DropboxFileView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#clientModified ⇒ Object
Returns the value of attribute clientModified.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pathDisplay ⇒ Object
Returns the value of attribute pathDisplay.
-
#pathLower ⇒ Object
Returns the value of attribute pathLower.
-
#serverModified ⇒ Object
Returns the value of attribute serverModified.
Instance Attribute Details
#clientModified ⇒ Object
Returns the value of attribute clientModified
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def clientModified @clientModified end |
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def id @id end |
#name ⇒ Object
Returns the value of attribute name
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def name @name end |
#pathDisplay ⇒ Object
Returns the value of attribute pathDisplay
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def pathDisplay @pathDisplay end |
#pathLower ⇒ Object
Returns the value of attribute pathLower
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def pathLower @pathLower end |
#serverModified ⇒ Object
Returns the value of attribute serverModified
42 43 44 |
# File 'lib/rocksky/generated/types.rb', line 42 def serverModified @serverModified end |