Class: Pdf::Label::ItemIdentifier::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::Label::ItemIdentifier::Result
- Defined in:
- app/services/pdf/label/item_identifier.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#item ⇒ Object
readonly
Returns the value of attribute item.
-
#pdf ⇒ Object
readonly
Returns the value of attribute pdf.
Instance Method Summary collapse
-
#initialize(pdf: nil, item: nil, file_name: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(pdf: nil, item: nil, file_name: nil) ⇒ Result
Returns a new instance of Result.
3 |
# File 'app/services/pdf/label/item_identifier.rb', line 3 def initialize(pdf: nil, item: nil, file_name: nil) = super |
Instance Attribute Details
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
2 3 4 |
# File 'app/services/pdf/label/item_identifier.rb', line 2 def file_name @file_name end |
#item ⇒ Object (readonly)
Returns the value of attribute item
2 3 4 |
# File 'app/services/pdf/label/item_identifier.rb', line 2 def item @item end |
#pdf ⇒ Object (readonly)
Returns the value of attribute pdf
2 3 4 |
# File 'app/services/pdf/label/item_identifier.rb', line 2 def pdf @pdf end |