Class: UnifiProtect::API::DownloadedFile
- Inherits:
-
Struct
- Object
- Struct
- UnifiProtect::API::DownloadedFile
- Defined in:
- lib/unifi_protect/api.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
11 12 13 |
# File 'lib/unifi_protect/api.rb', line 11 def file @file end |
#size ⇒ Object
Returns the value of attribute size
11 12 13 |
# File 'lib/unifi_protect/api.rb', line 11 def size @size end |