Class: Pdf::Document::ReturnInstructions::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::Document::ReturnInstructions::Result
- Defined in:
- app/services/pdf/document/return_instructions.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#pdf_data ⇒ Object
readonly
Returns the value of attribute pdf_data.
-
#pdf_file_path ⇒ Object
readonly
Returns the value of attribute pdf_file_path.
-
#rma ⇒ Object
readonly
Returns the value of attribute rma.
Instance Method Summary collapse
-
#initialize(pdf_data: nil, pdf_file_path: nil, file_name: nil, rma: nil, options: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(pdf_data: nil, pdf_file_path: nil, file_name: nil, rma: nil, options: nil) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/pdf/document/return_instructions.rb', line 4 def initialize(pdf_data: nil, pdf_file_path: nil, file_name: nil, rma: nil, options: nil) = super |
Instance Attribute Details
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
3 4 5 |
# File 'app/services/pdf/document/return_instructions.rb', line 3 def file_name @file_name end |
#options ⇒ Object (readonly)
Returns the value of attribute options
3 4 5 |
# File 'app/services/pdf/document/return_instructions.rb', line 3 def @options end |
#pdf_data ⇒ Object (readonly)
Returns the value of attribute pdf_data
3 4 5 |
# File 'app/services/pdf/document/return_instructions.rb', line 3 def pdf_data @pdf_data end |
#pdf_file_path ⇒ Object (readonly)
Returns the value of attribute pdf_file_path
3 4 5 |
# File 'app/services/pdf/document/return_instructions.rb', line 3 def pdf_file_path @pdf_file_path end |
#rma ⇒ Object (readonly)
Returns the value of attribute rma
3 4 5 |
# File 'app/services/pdf/document/return_instructions.rb', line 3 def rma @rma end |