Class: Pdfrb::Document::Portfolio::Item
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Document::Portfolio::Item
- Defined in:
- lib/pdfrb/document/portfolio.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#file_bytes ⇒ Object
Returns the value of attribute file_bytes.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
22 23 24 |
# File 'lib/pdfrb/document/portfolio.rb', line 22 def description @description end |
#fields ⇒ Object
Returns the value of attribute fields
22 23 24 |
# File 'lib/pdfrb/document/portfolio.rb', line 22 def fields @fields end |
#file_bytes ⇒ Object
Returns the value of attribute file_bytes
22 23 24 |
# File 'lib/pdfrb/document/portfolio.rb', line 22 def file_bytes @file_bytes end |
#mime_type ⇒ Object
Returns the value of attribute mime_type
22 23 24 |
# File 'lib/pdfrb/document/portfolio.rb', line 22 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/pdfrb/document/portfolio.rb', line 22 def name @name end |