Class: AvalaraSdk::EInvoicing::V1::GetReportByIdRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetReportByIdRequestSdk
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb
Overview
Represents the Request object for the GetReportById 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 ⇒ GetReportByIdRequestSdk
constructor
A new instance of GetReportByIdRequestSdk.
- #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 ⇒ GetReportByIdRequestSdk
Returns a new instance of GetReportByIdRequestSdk.
577 578 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 577 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
569 570 571 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 569 def avalara_version @avalara_version end |
#report_id ⇒ Object
Returns the value of attribute report_id.
571 572 573 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 571 def report_id @report_id end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
573 574 575 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 573 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
575 576 577 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 575 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
580 581 582 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 580 def get_avalara_version() return @avalara_version || '1.6' end |
#get_report_id ⇒ Object
588 589 590 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 588 def get_report_id() return @report_id end |
#get_x_avalara_client ⇒ Object
596 597 598 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 596 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
604 605 606 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 604 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
584 585 586 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 584 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_report_id(report_id) ⇒ Object
592 593 594 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 592 def set_report_id(report_id) @report_id = report_id end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
600 601 602 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 600 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
608 609 610 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 608 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |