Class: Saaspose::Storage::RemoteFile
- Inherits:
-
Struct
- Object
- Struct
- Saaspose::Storage::RemoteFile
- Defined in:
- lib/saaspose/storage.rb
Instance Attribute Summary collapse
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#modified ⇒ Object
Returns the value of attribute modified.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#folder ⇒ Object
Returns the value of attribute folder
5 6 7 |
# File 'lib/saaspose/storage.rb', line 5 def folder @folder end |
#modified ⇒ Object
Returns the value of attribute modified
5 6 7 |
# File 'lib/saaspose/storage.rb', line 5 def modified @modified end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/saaspose/storage.rb', line 5 def name @name end |
#size ⇒ Object
Returns the value of attribute size
5 6 7 |
# File 'lib/saaspose/storage.rb', line 5 def size @size end |