Class: AvalaraSdk::A1099::V2::GetJobRequestSdk
- Inherits:
-
Object
- Object
- AvalaraSdk::A1099::V2::GetJobRequestSdk
- Defined in:
- lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb
Overview
Represents the Request object for the GetJob API
Instance Attribute Summary collapse
-
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
Instance Method Summary collapse
- #get_avalara_version ⇒ Object
- #get_id ⇒ Object
- #get_x_correlation_id ⇒ Object
-
#initialize ⇒ GetJobRequestSdk
constructor
A new instance of GetJobRequestSdk.
- #set_avalara_version(avalara_version) ⇒ Object
- #set_id(id) ⇒ Object
- #set_x_correlation_id(x_correlation_id) ⇒ Object
Constructor Details
#initialize ⇒ GetJobRequestSdk
Returns a new instance of GetJobRequestSdk.
326 327 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 326 def initialize() end |
Instance Attribute Details
#avalara_version ⇒ Object
Returns the value of attribute avalara_version.
322 323 324 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 322 def avalara_version @avalara_version end |
#id ⇒ Object
Returns the value of attribute id.
320 321 322 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 320 def id @id end |
#x_correlation_id ⇒ Object
Returns the value of attribute x_correlation_id.
324 325 326 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 324 def x_correlation_id @x_correlation_id end |
Instance Method Details
#get_avalara_version ⇒ Object
337 338 339 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 337 def get_avalara_version() return @avalara_version || '2.0' end |
#get_id ⇒ Object
329 330 331 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 329 def get_id() return @id end |
#get_x_correlation_id ⇒ Object
345 346 347 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 345 def get_x_correlation_id() return @x_correlation_id end |
#set_avalara_version(avalara_version) ⇒ Object
341 342 343 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 341 def set_avalara_version(avalara_version) @avalara_version = avalara_version end |
#set_id(id) ⇒ Object
333 334 335 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 333 def set_id(id) @id = id end |
#set_x_correlation_id(x_correlation_id) ⇒ Object
349 350 351 |
# File 'lib/avalara_sdk/api/A1099/V2/jobs1099_api.rb', line 349 def set_x_correlation_id(x_correlation_id) @x_correlation_id = x_correlation_id end |