Class: BrickFTP::Types::BundleZip

Inherits:
Struct
  • Object
show all
Includes:
IgnoreUndefinedAttributes
Defined in:
lib/brick_ftp/types/bundle_zip.rb

Overview

ATTRIBUTE TYPE DESCRIPTION
download_uri string undocumented

Instance Attribute Summary collapse

Method Summary

Methods included from IgnoreUndefinedAttributes

#initialize

Instance Attribute Details

#download_uriObject

Returns the value of attribute download_uri

Returns:

  • (Object)

    the current value of download_uri



13
14
15
# File 'lib/brick_ftp/types/bundle_zip.rb', line 13

def download_uri
  @download_uri
end