Class: Invoice::Document::ReadService::Result
- Inherits:
-
Rao::Service::Result::Base
- Object
- Rao::Service::Result::Base
- Invoice::Document::ReadService::Result
- Defined in:
- lib/lexoffice_client/invoice/document/read_service.rb
Instance Attribute Summary collapse
-
#document ⇒ Object
Returns the value of attribute document.
-
#document_file_id ⇒ Object
Returns the value of attribute document_file_id.
-
#request_response ⇒ Object
Returns the value of attribute request_response.
Instance Attribute Details
#document ⇒ Object
Returns the value of attribute document.
4 5 6 |
# File 'lib/lexoffice_client/invoice/document/read_service.rb', line 4 def document @document end |
#document_file_id ⇒ Object
Returns the value of attribute document_file_id.
4 5 6 |
# File 'lib/lexoffice_client/invoice/document/read_service.rb', line 4 def document_file_id @document_file_id end |
#request_response ⇒ Object
Returns the value of attribute request_response.
4 5 6 |
# File 'lib/lexoffice_client/invoice/document/read_service.rb', line 4 def request_response @request_response end |