Class: Pdfrb::Document::Portfolio::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/document/portfolio.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



22
23
24
# File 'lib/pdfrb/document/portfolio.rb', line 22

def description
  @description
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



22
23
24
# File 'lib/pdfrb/document/portfolio.rb', line 22

def fields
  @fields
end

#file_bytesObject

Returns the value of attribute file_bytes

Returns:

  • (Object)

    the current value of file_bytes



22
23
24
# File 'lib/pdfrb/document/portfolio.rb', line 22

def file_bytes
  @file_bytes
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



22
23
24
# File 'lib/pdfrb/document/portfolio.rb', line 22

def mime_type
  @mime_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/pdfrb/document/portfolio.rb', line 22

def name
  @name
end