Class: AvalaraSdk::EInvoicing::V1::DownloadReportRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::DownloadReportRequestSdk
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb
Overview
Represents the Request object for the DownloadReport API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_report_id ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ DownloadReportRequestSdk
constructor
A new instance of DownloadReportRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_report_id(report_id) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ DownloadReportRequestSdk
Returns a new instance of DownloadReportRequestSdk.
526 527 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 526 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
518 519 520 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 518 def avalara_version @avalara_version end |
#report_id ⇒ Object
Returns the value of attribute report_id.
520 521 522 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 520 def report_id @report_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
522 523 524 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 522 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
524 525 526 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 524 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
529 530 531 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 529 def get_avalara_version() return @avalara_version || '1.6' end |
#get_report_id ⇒ Object
537 538 539 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 537 def get_report_id() return @report_id end |
#get_x_avalara_client ⇒ Object
545 546 547 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 545 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
553 554 555 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 553 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
533 534 535 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 533 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_report_id(report_id) ⇒ Object
541 542 543 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 541 def set_report_id(report_id) @report_id = report_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
549 550 551 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 549 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
557 558 559 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 557 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |