Class: Telemetry::Tax::ConnectorIntegrationSignal
- Defined in:
- lib/telemetry/tax/connector_integration.rb
Instance Attribute Summary collapse
-
#document_number ⇒ Object
Returns the value of attribute document_number.
-
#error_category ⇒ Object
Returns the value of attribute error_category.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#status ⇒ Object
Returns the value of attribute status.
-
#sub_error_category ⇒ Object
Returns the value of attribute sub_error_category.
-
#vendor_duration ⇒ Object
Returns the value of attribute vendor_duration.
-
#vendor_name ⇒ Object
Returns the value of attribute vendor_name.
Attributes inherited from Signal
#class_name, #timestamp, #type, #version
Instance Method Summary collapse
- #attribute_map ⇒ Object
-
#initialize ⇒ ConnectorIntegrationSignal
constructor
A new instance of ConnectorIntegrationSignal.
Methods inherited from Signal
Constructor Details
#initialize ⇒ ConnectorIntegrationSignal
Returns a new instance of ConnectorIntegrationSignal.
31 32 33 34 35 36 |
# File 'lib/telemetry/tax/connector_integration.rb', line 31 def initialize super @version = '1.0' @type = 'TaxConnectorToEngineIntegration' @class_name = 'com.zuora.telemetry.api.taxintegration.TaxConnectorToEngineIntegrationSignal' end |
Instance Attribute Details
#document_number ⇒ Object
Returns the value of attribute document_number.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def document_number @document_number end |
#error_category ⇒ Object
Returns the value of attribute error_category.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def error_category @error_category end |
#error_message ⇒ Object
Returns the value of attribute error_message.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def end |
#status ⇒ Object
Returns the value of attribute status.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def status @status end |
#sub_error_category ⇒ Object
Returns the value of attribute sub_error_category.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def sub_error_category @sub_error_category end |
#vendor_duration ⇒ Object
Returns the value of attribute vendor_duration.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def vendor_duration @vendor_duration end |
#vendor_name ⇒ Object
Returns the value of attribute vendor_name.
16 17 18 |
# File 'lib/telemetry/tax/connector_integration.rb', line 16 def vendor_name @vendor_name end |
Instance Method Details
#attribute_map ⇒ Object
18 19 20 21 22 23 24 25 26 27 28 29 |
# File 'lib/telemetry/tax/connector_integration.rb', line 18 def attribute_map attributes = { :'vendor_duration' => @vendor_duration, :'vendor_name' => @vendor_name, :'status' => @status, :'error_category' => @error_category, :'sub_error_category' => @sub_error_category, :'error_message' => , :'document_number' => @document_number } attributes.merge(super) end |