Class: BrickFTP::Types::FileInBundle

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

Overview

ATTRIBUTE TYPE DESCRIPTION
path string undocumented
type string undocumented
size integer undocumented
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



16
17
18
# File 'lib/brick_ftp/types/file_in_bundle.rb', line 16

def download_uri
  @download_uri
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/brick_ftp/types/file_in_bundle.rb', line 16

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



16
17
18
# File 'lib/brick_ftp/types/file_in_bundle.rb', line 16

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/brick_ftp/types/file_in_bundle.rb', line 16

def type
  @type
end