Class: UnifiProtect::API::DownloadedFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/unifi_protect/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



11
12
13
# File 'lib/unifi_protect/api.rb', line 11

def file
  @file
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



11
12
13
# File 'lib/unifi_protect/api.rb', line 11

def size
  @size
end