Class: BrickFTP::Types::BundleContent

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

Overview

An element of bundle contents

ATTRIBUTE TYPE DESCRIPTION
path string undocumented
type string undocumented
size integer undocumented

Instance Attribute Summary collapse

Method Summary

Methods included from IgnoreUndefinedAttributes

#initialize

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/brick_ftp/types/bundle_content.rb', line 17

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



17
18
19
# File 'lib/brick_ftp/types/bundle_content.rb', line 17

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/brick_ftp/types/bundle_content.rb', line 17

def type
  @type
end