Class: AvalaraSdk::EInvoicing::V1::GetReportsRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::EInvoicing::V1::GetReportsRequestSdk
- Defined in:
- lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb
Overview
Represents the Request object for the GetReports API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#count ⇒ Object
Returns the value of attribute count.
-
#count_only ⇒ Object
Returns the value of attribute count_only.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#orderby ⇒ Object
Returns the value of attribute orderby.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#top ⇒ Object
Returns the value of attribute top.
-
#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_count ⇒ Object
- #get_count_only ⇒ Object
- #get_filter ⇒ Object
- #get_orderby ⇒ Object
- #get_skip ⇒ Object
- #get_top ⇒ Object
- #get_x_avalara_client ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ GetReportsRequestSdk
constructor
A new instance of GetReportsRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_count(count) ⇒ Object
- #set_count_only(count_only) ⇒ Object
- #set_filter(filter) ⇒ Object
- #set_orderby(orderby) ⇒ Object
- #set_skip(skip) ⇒ Object
- #set_top(top) ⇒ Object
- #set_x_avalara_client(x_avalara_client) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ GetReportsRequestSdk
Returns a new instance of GetReportsRequestSdk.
643 644 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 643 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
625 626 627 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 625 def avalara_version @avalara_version end |
#count ⇒ Object
Returns the value of attribute count.
637 638 639 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 637 def count @count end |
#count_only ⇒ Object
Returns the value of attribute count_only.
639 640 641 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 639 def count_only @count_only end |
#filter ⇒ Object
Returns the value of attribute filter.
631 632 633 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 631 def filter @filter end |
#orderby ⇒ Object
Returns the value of attribute orderby.
641 642 643 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 641 def orderby @orderby end |
#skip ⇒ Object
Returns the value of attribute skip.
635 636 637 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 635 def skip @skip end |
#top ⇒ Object
Returns the value of attribute top.
633 634 635 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 633 def top @top end |
#x_avalara_client ⇒ Object
Returns the value of attribute x_avalara_client.
627 628 629 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 627 def x_avalara_client @x_avalara_client end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
629 630 631 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 629 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
646 647 648 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 646 def get_avalara_version() return @avalara_version || '1.6' end |
#get_count ⇒ Object
694 695 696 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 694 def get_count() return @count end |
#get_count_only ⇒ Object
702 703 704 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 702 def get_count_only() return @count_only end |
#get_filter ⇒ Object
670 671 672 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 670 def get_filter() return @filter end |
#get_orderby ⇒ Object
710 711 712 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 710 def get_orderby() return @orderby end |
#get_skip ⇒ Object
686 687 688 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 686 def get_skip() return @skip end |
#get_top ⇒ Object
678 679 680 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 678 def get_top() return @top end |
#get_x_avalara_client ⇒ Object
654 655 656 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 654 def get_x_avalara_client() return @x_avalara_client end |
#get_x_correlation_id ⇒ Object
662 663 664 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 662 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
650 651 652 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 650 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_count(count) ⇒ Object
698 699 700 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 698 def set_count(count) @count = count end |
#set_count_only(count_only) ⇒ Object
706 707 708 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 706 def set_count_only(count_only) @count_only = count_only end |
#set_filter(filter) ⇒ Object
674 675 676 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 674 def set_filter(filter) @filter = filter end |
#set_orderby(orderby) ⇒ Object
714 715 716 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 714 def set_orderby(orderby) @orderby = orderby end |
#set_skip(skip) ⇒ Object
690 691 692 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 690 def set_skip(skip) @skip = skip end |
#set_top(top) ⇒ Object
682 683 684 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 682 def set_top(top) @top = top end |
#set_x_avalara_client(x_avalara_client) ⇒ Object
658 659 660 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 658 def set_x_avalara_client(x_avalara_client) @x_avalara_client = x_avalara_client end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
666 667 668 |
# File 'lib/avalara_sdk/api/EInvoicing/V1/reports_api.rb', line 666 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |