Class: AvalaraSdk::EInvoicing::V1::DownloadDocumentRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::DownloadDocumentRequestSdk
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb
Overview
Represents the Request object for the DownloadDocument API
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#document_id ⇒ Object
Returns the value of attribute document_id.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
Instance Method Summary collapse
- #get_accept ⇒ Object
- #get_avalara_version ⇒ Object
- #get_document_id ⇒ Object
- #get_x_avalara_client ⇒ Object
-
#initialize ⇒ DownloadDocumentRequestSdk
constructor
A new instance of DownloadDocumentRequestSdk.
- #set_accept(accept) ⇒ Object
- #set_avalara_version(avalara_version) ⇒ Object
- #set_document_id(document_id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
Constructor Details
#initialize ⇒ DownloadDocumentRequestSdk
Returns a new instance of DownloadDocumentRequestSdk.
719 720 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 719 def initialize() end |
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept.
713 714 715 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 713 def accept @accept end |
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
711 712 713 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 711 def avalara_version @avalara_version end |
#document_id ⇒ Object
Returns the value of attribute document_id.
715 716 717 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 715 def document_id @document_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
717 718 719 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 717 def x_avalara_client @x_avalara_client end |
Instance Method Details
#get_accept ⇒ Object
730 731 732 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 730 def get_accept() return @accept end |
#get_avalara_version ⇒ Object
722 723 724 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 722 def get_avalara_version() return @avalara_version || '1.6' end |
#get_document_id ⇒ Object
738 739 740 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 738 def get_document_id() return @document_id end |
#get_x_avalara_client ⇒ Object
746 747 748 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 746 def get_x_avalara_client() return @x_avalara_client end |
#set_accept(accept) ⇒ Object
734 735 736 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 734 def set_accept(accept) @accept = accept end |
#set_avalara_version(avalara_version) ⇒ Object
726 727 728 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 726 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_document_id(document_id) ⇒ Object
742 743 744 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 742 def set_document_id(document_id) @document_id = document_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
750 751 752 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb', line 750 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |