apimatic-tql-sdk 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +148 -197
  3. data/bin/console +4 -4
  4. data/lib/freight_financials_webhook_ingestion_api/api_helper.rb +10 -0
  5. data/lib/freight_financials_webhook_ingestion_api/apis/assignments_api.rb +41 -0
  6. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/apis/base_api.rb +60 -60
  7. data/lib/freight_financials_webhook_ingestion_api/apis/documents_api.rb +73 -0
  8. data/lib/freight_financials_webhook_ingestion_api/apis/freight_audit_api.rb +54 -0
  9. data/lib/freight_financials_webhook_ingestion_api/apis/invoices_api.rb +107 -0
  10. data/lib/freight_financials_webhook_ingestion_api/apis/loads_api.rb +72 -0
  11. data/lib/freight_financials_webhook_ingestion_api/apis/rating_api.rb +45 -0
  12. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/client.rb +83 -97
  13. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/configuration.rb +114 -126
  14. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/exceptions/api_exception.rb +21 -21
  15. data/lib/{tql_otr_factoring_data_exchange/exceptions/problem_details_error_exception.rb → freight_financials_webhook_ingestion_api/exceptions/problem_details_exception.rb} +51 -41
  16. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/http/api_response.rb +7 -7
  17. data/lib/freight_financials_webhook_ingestion_api/http/http_call_back.rb +10 -0
  18. data/lib/freight_financials_webhook_ingestion_api/http/http_method_enum.rb +10 -0
  19. data/lib/freight_financials_webhook_ingestion_api/http/http_request.rb +10 -0
  20. data/lib/freight_financials_webhook_ingestion_api/http/http_response.rb +10 -0
  21. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/http/proxy_settings.rb +6 -6
  22. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/logging/configuration/api_logging_configuration.rb +6 -6
  23. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/logging/sdk_logger.rb +6 -6
  24. data/lib/freight_financials_webhook_ingestion_api/models/address.rb +123 -0
  25. data/lib/freight_financials_webhook_ingestion_api/models/assignment_request.rb +94 -0
  26. data/lib/freight_financials_webhook_ingestion_api/models/assignment_response.rb +83 -0
  27. data/lib/{tql_otr_factoring_data_exchange/models/assignment_response.rb → freight_financials_webhook_ingestion_api/models/assignment_response_data.rb} +124 -126
  28. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/models/base_model.rb +110 -110
  29. data/lib/{tql_otr_factoring_data_exchange/models/carrier1.rb → freight_financials_webhook_ingestion_api/models/carrier.rb} +96 -98
  30. data/lib/freight_financials_webhook_ingestion_api/models/charge.rb +104 -0
  31. data/lib/freight_financials_webhook_ingestion_api/models/charge_code.rb +81 -0
  32. data/lib/freight_financials_webhook_ingestion_api/models/factoring_company.rb +81 -0
  33. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/models/invoice.rb +204 -223
  34. data/lib/{tql_otr_factoring_data_exchange/models/document.rb → freight_financials_webhook_ingestion_api/models/invoice_document.rb} +72 -86
  35. data/lib/{tql_otr_factoring_data_exchange/models/invoice_exception.rb → freight_financials_webhook_ingestion_api/models/invoice_issue.rb} +122 -136
  36. data/lib/freight_financials_webhook_ingestion_api/models/invoice_status_response.rb +83 -0
  37. data/lib/{tql_otr_factoring_data_exchange/models/invoice_status_response.rb → freight_financials_webhook_ingestion_api/models/invoice_status_response_data.rb} +185 -193
  38. data/lib/freight_financials_webhook_ingestion_api/models/line_item.rb +131 -0
  39. data/lib/freight_financials_webhook_ingestion_api/models/load_response.rb +83 -0
  40. data/lib/{tql_otr_factoring_data_exchange/models/load_detail.rb → freight_financials_webhook_ingestion_api/models/load_response_data.rb} +141 -140
  41. data/lib/{tql_otr_factoring_data_exchange/models/load.rb → freight_financials_webhook_ingestion_api/models/load_slim.rb} +97 -110
  42. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_charge.rb +116 -0
  43. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_customer.rb +64 -0
  44. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_line_item.rb +177 -0
  45. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_request.rb +208 -0
  46. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_requested_charge.rb +64 -0
  47. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_response.rb +112 -0
  48. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_stop.rb +107 -0
  49. data/lib/freight_financials_webhook_ingestion_api/models/navix_rate_vendor.rb +88 -0
  50. data/lib/freight_financials_webhook_ingestion_api/models/navix_webhook_event_type.rb +56 -0
  51. data/lib/freight_financials_webhook_ingestion_api/models/navix_webhook_request.rb +99 -0
  52. data/lib/freight_financials_webhook_ingestion_api/models/paged_response_of_invoice.rb +111 -0
  53. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/models/payment.rb +94 -108
  54. data/lib/freight_financials_webhook_ingestion_api/models/rating_charge_qualifier.rb +68 -0
  55. data/lib/freight_financials_webhook_ingestion_api/models/rating_response_format.rb +40 -0
  56. data/lib/freight_financials_webhook_ingestion_api/models/reference_number.rb +71 -0
  57. data/lib/{tql_otr_factoring_data_exchange/models/invoice_search_request.rb → freight_financials_webhook_ingestion_api/models/search_request.rb} +223 -242
  58. data/lib/freight_financials_webhook_ingestion_api/models/search_response.rb +83 -0
  59. data/lib/freight_financials_webhook_ingestion_api/models/stop.rb +81 -0
  60. data/lib/freight_financials_webhook_ingestion_api/models/submit_invoice_request.rb +228 -0
  61. data/lib/freight_financials_webhook_ingestion_api/models/submit_invoice_response.rb +83 -0
  62. data/lib/{tql_otr_factoring_data_exchange/models/submit_invoice_response.rb → freight_financials_webhook_ingestion_api/models/submit_invoice_response_data.rb} +105 -107
  63. data/lib/freight_financials_webhook_ingestion_api/models/upload_request.rb +128 -0
  64. data/lib/freight_financials_webhook_ingestion_api/models/upload_response.rb +83 -0
  65. data/lib/{tql_otr_factoring_data_exchange/models/document_upload_response.rb → freight_financials_webhook_ingestion_api/models/upload_response_data.rb} +117 -137
  66. data/lib/freight_financials_webhook_ingestion_api/utilities/date_time_helper.rb +11 -0
  67. data/lib/{tql_otr_factoring_data_exchange → freight_financials_webhook_ingestion_api}/utilities/file_wrapper.rb +17 -17
  68. data/lib/freight_financials_webhook_ingestion_api.rb +127 -0
  69. metadata +67 -74
  70. data/lib/tql_otr_factoring_data_exchange/api_helper.rb +0 -10
  71. data/lib/tql_otr_factoring_data_exchange/apis/assignments_api.rb +0 -45
  72. data/lib/tql_otr_factoring_data_exchange/apis/documents_api.rb +0 -82
  73. data/lib/tql_otr_factoring_data_exchange/apis/invoices_api.rb +0 -114
  74. data/lib/tql_otr_factoring_data_exchange/apis/loads_api.rb +0 -68
  75. data/lib/tql_otr_factoring_data_exchange/apis/oauth_authorization_api.rb +0 -44
  76. data/lib/tql_otr_factoring_data_exchange/exceptions/oauth_provider_exception.rb +0 -64
  77. data/lib/tql_otr_factoring_data_exchange/http/auth/oauth_2.rb +0 -156
  78. data/lib/tql_otr_factoring_data_exchange/http/http_call_back.rb +0 -10
  79. data/lib/tql_otr_factoring_data_exchange/http/http_method_enum.rb +0 -10
  80. data/lib/tql_otr_factoring_data_exchange/http/http_request.rb +0 -10
  81. data/lib/tql_otr_factoring_data_exchange/http/http_response.rb +0 -10
  82. data/lib/tql_otr_factoring_data_exchange/models/assignment_request.rb +0 -140
  83. data/lib/tql_otr_factoring_data_exchange/models/assignment_status.rb +0 -36
  84. data/lib/tql_otr_factoring_data_exchange/models/base64_document.rb +0 -118
  85. data/lib/tql_otr_factoring_data_exchange/models/base64_document_upload_request.rb +0 -107
  86. data/lib/tql_otr_factoring_data_exchange/models/carrier.rb +0 -98
  87. data/lib/tql_otr_factoring_data_exchange/models/carrier2.rb +0 -98
  88. data/lib/tql_otr_factoring_data_exchange/models/carrier_input.rb +0 -123
  89. data/lib/tql_otr_factoring_data_exchange/models/carrier_input1.rb +0 -123
  90. data/lib/tql_otr_factoring_data_exchange/models/charge_code.rb +0 -126
  91. data/lib/tql_otr_factoring_data_exchange/models/charge_code_origin.rb +0 -49
  92. data/lib/tql_otr_factoring_data_exchange/models/charge_input.rb +0 -146
  93. data/lib/tql_otr_factoring_data_exchange/models/document_type.rb +0 -288
  94. data/lib/tql_otr_factoring_data_exchange/models/document_upload_metadata.rb +0 -111
  95. data/lib/tql_otr_factoring_data_exchange/models/exception_severity.rb +0 -40
  96. data/lib/tql_otr_factoring_data_exchange/models/factoring_company_input.rb +0 -117
  97. data/lib/tql_otr_factoring_data_exchange/models/invoice_item_input.rb +0 -165
  98. data/lib/tql_otr_factoring_data_exchange/models/invoice_search_response.rb +0 -124
  99. data/lib/tql_otr_factoring_data_exchange/models/invoice_status.rb +0 -74
  100. data/lib/tql_otr_factoring_data_exchange/models/invoice_type.rb +0 -50
  101. data/lib/tql_otr_factoring_data_exchange/models/load_search_request.rb +0 -205
  102. data/lib/tql_otr_factoring_data_exchange/models/load_search_response.rb +0 -124
  103. data/lib/tql_otr_factoring_data_exchange/models/load_status.rb +0 -56
  104. data/lib/tql_otr_factoring_data_exchange/models/location.rb +0 -149
  105. data/lib/tql_otr_factoring_data_exchange/models/oauth_provider_error.rb +0 -62
  106. data/lib/tql_otr_factoring_data_exchange/models/oauth_scope.rb +0 -36
  107. data/lib/tql_otr_factoring_data_exchange/models/oauth_token.rb +0 -96
  108. data/lib/tql_otr_factoring_data_exchange/models/problem_details.rb +0 -96
  109. data/lib/tql_otr_factoring_data_exchange/models/reference_number_input.rb +0 -109
  110. data/lib/tql_otr_factoring_data_exchange/models/reference_type.rb +0 -90
  111. data/lib/tql_otr_factoring_data_exchange/models/status.rb +0 -44
  112. data/lib/tql_otr_factoring_data_exchange/models/stop_input.rb +0 -121
  113. data/lib/tql_otr_factoring_data_exchange/models/stop_type.rb +0 -62
  114. data/lib/tql_otr_factoring_data_exchange/models/submit_invoice_request.rb +0 -326
  115. data/lib/tql_otr_factoring_data_exchange/models/weight_unit.rb +0 -36
  116. data/lib/tql_otr_factoring_data_exchange/utilities/date_time_helper.rb +0 -11
  117. data/lib/tql_otr_factoring_data_exchange/utilities/union_type_lookup.rb +0 -29
  118. data/lib/tql_otr_factoring_data_exchange.rb +0 -107
@@ -1,136 +1,122 @@
1
- # tql_otr_factoring_data_exchange
2
- #
3
- # This file was automatically generated by
4
- # APIMATIC v3.0 ( https://www.apimatic.io ).
5
-
6
- require 'date'
7
- module TqlOtrFactoringDataExchange
8
- # A processing exception or discrepancy found during invoice validation.
9
- class InvoiceException < BaseModel
10
- SKIP = Object.new
11
- private_constant :SKIP
12
-
13
- # Unique identifier for this exception.
14
- # @return [UUID | String]
15
- attr_accessor :exception_id
16
-
17
- # Machine-readable exception code.
18
- # @return [String]
19
- attr_accessor :code
20
-
21
- # Severity level of a processing exception.
22
- # @return [ExceptionSeverity]
23
- attr_accessor :severity
24
-
25
- # Human-readable description of the exception.
26
- # @return [String]
27
- attr_accessor :message
28
-
29
- # The field or area that triggered the exception, if applicable.
30
- # @return [String]
31
- attr_accessor :field
32
-
33
- # When the exception was identified.
34
- # @return [DateTime]
35
- attr_accessor :created_at
36
-
37
- # A mapping from model property names to API property names.
38
- def self.names
39
- @_hash = {} if @_hash.nil?
40
- @_hash['exception_id'] = 'exceptionId'
41
- @_hash['code'] = 'code'
42
- @_hash['severity'] = 'severity'
43
- @_hash['message'] = 'message'
44
- @_hash['field'] = 'field'
45
- @_hash['created_at'] = 'createdAt'
46
- @_hash
47
- end
48
-
49
- # An array for optional fields
50
- def self.optionals
51
- %w[
52
- exception_id
53
- code
54
- severity
55
- message
56
- field
57
- created_at
58
- ]
59
- end
60
-
61
- # An array for nullable fields
62
- def self.nullables
63
- %w[
64
- field
65
- ]
66
- end
67
-
68
- def initialize(exception_id: SKIP, code: SKIP, severity: SKIP,
69
- message: SKIP, field: SKIP, created_at: SKIP,
70
- additional_properties: nil)
71
- # Add additional model properties to the instance
72
- additional_properties = {} if additional_properties.nil?
73
-
74
- @exception_id = exception_id unless exception_id == SKIP
75
- @code = code unless code == SKIP
76
- @severity = severity unless severity == SKIP
77
- @message = message unless message == SKIP
78
- @field = field unless field == SKIP
79
- @created_at = created_at unless created_at == SKIP
80
- @additional_properties = additional_properties
81
- end
82
-
83
- # Creates an instance of the object from a hash.
84
- def self.from_hash(hash)
85
- return nil unless hash
86
-
87
- # Extract variables from the hash.
88
- exception_id = hash.key?('exceptionId') ? hash['exceptionId'] : SKIP
89
- code = hash.key?('code') ? hash['code'] : SKIP
90
- severity = hash.key?('severity') ? hash['severity'] : SKIP
91
- message = hash.key?('message') ? hash['message'] : SKIP
92
- field = hash.key?('field') ? hash['field'] : SKIP
93
- created_at = if hash.key?('createdAt')
94
- (DateTimeHelper.from_rfc3339(hash['createdAt']) if hash['createdAt'])
95
- else
96
- SKIP
97
- end
98
-
99
- # Create a new hash for additional properties, removing known properties.
100
- new_hash = hash.reject { |k, _| names.value?(k) }
101
-
102
- additional_properties = APIHelper.get_additional_properties(
103
- new_hash, proc { |value| value }
104
- )
105
-
106
- # Create object from extracted values.
107
- InvoiceException.new(exception_id: exception_id,
108
- code: code,
109
- severity: severity,
110
- message: message,
111
- field: field,
112
- created_at: created_at,
113
- additional_properties: additional_properties)
114
- end
115
-
116
- def to_custom_created_at
117
- DateTimeHelper.to_rfc3339(created_at)
118
- end
119
-
120
- # Provides a human-readable string representation of the object.
121
- def to_s
122
- class_name = self.class.name.split('::').last
123
- "<#{class_name} exception_id: #{@exception_id}, code: #{@code}, severity: #{@severity},"\
124
- " message: #{@message}, field: #{@field}, created_at: #{@created_at}, additional_properties:"\
125
- " #{@additional_properties}>"
126
- end
127
-
128
- # Provides a debugging-friendly string with detailed object information.
129
- def inspect
130
- class_name = self.class.name.split('::').last
131
- "<#{class_name} exception_id: #{@exception_id.inspect}, code: #{@code.inspect}, severity:"\
132
- " #{@severity.inspect}, message: #{@message.inspect}, field: #{@field.inspect}, created_at:"\
133
- " #{@created_at.inspect}, additional_properties: #{@additional_properties}>"
134
- end
135
- end
136
- end
1
+ # freight_financials_webhook_ingestion_api
2
+ #
3
+ # This file was automatically
4
+ # generated by APIMATIC v3.0 ( https://www.apimatic.io ).
5
+
6
+ require 'date'
7
+ module FreightFinancialsWebhookIngestionApi
8
+ # InvoiceIssue Model.
9
+ class InvoiceIssue < BaseModel
10
+ SKIP = Object.new
11
+ private_constant :SKIP
12
+
13
+ # TODO: Write general description for this method
14
+ # @return [String]
15
+ attr_accessor :code
16
+
17
+ # TODO: Write general description for this method
18
+ # @return [DateTime]
19
+ attr_accessor :created_at
20
+
21
+ # TODO: Write general description for this method
22
+ # @return [UUID | String]
23
+ attr_accessor :exception_id
24
+
25
+ # TODO: Write general description for this method
26
+ # @return [String]
27
+ attr_accessor :field
28
+
29
+ # TODO: Write general description for this method
30
+ # @return [String]
31
+ attr_accessor :message
32
+
33
+ # TODO: Write general description for this method
34
+ # @return [Integer]
35
+ attr_accessor :severity
36
+
37
+ # A mapping from model property names to API property names.
38
+ def self.names
39
+ @_hash = {} if @_hash.nil?
40
+ @_hash['code'] = 'code'
41
+ @_hash['created_at'] = 'createdAt'
42
+ @_hash['exception_id'] = 'exceptionId'
43
+ @_hash['field'] = 'field'
44
+ @_hash['message'] = 'message'
45
+ @_hash['severity'] = 'severity'
46
+ @_hash
47
+ end
48
+
49
+ # An array for optional fields
50
+ def self.optionals
51
+ %w[
52
+ code
53
+ created_at
54
+ exception_id
55
+ field
56
+ message
57
+ severity
58
+ ]
59
+ end
60
+
61
+ # An array for nullable fields
62
+ def self.nullables
63
+ %w[
64
+ field
65
+ ]
66
+ end
67
+
68
+ def initialize(code: SKIP, created_at: SKIP, exception_id: SKIP,
69
+ field: SKIP, message: SKIP, severity: SKIP)
70
+ @code = code unless code == SKIP
71
+ @created_at = created_at unless created_at == SKIP
72
+ @exception_id = exception_id unless exception_id == SKIP
73
+ @field = field unless field == SKIP
74
+ @message = message unless message == SKIP
75
+ @severity = severity unless severity == SKIP
76
+ end
77
+
78
+ # Creates an instance of the object from a hash.
79
+ def self.from_hash(hash)
80
+ return nil unless hash
81
+
82
+ # Extract variables from the hash.
83
+ code = hash.key?('code') ? hash['code'] : SKIP
84
+ created_at = if hash.key?('createdAt')
85
+ (DateTimeHelper.from_rfc3339(hash['createdAt']) if hash['createdAt'])
86
+ else
87
+ SKIP
88
+ end
89
+ exception_id = hash.key?('exceptionId') ? hash['exceptionId'] : SKIP
90
+ field = hash.key?('field') ? hash['field'] : SKIP
91
+ message = hash.key?('message') ? hash['message'] : SKIP
92
+ severity = hash.key?('severity') ? hash['severity'] : SKIP
93
+
94
+ # Create object from extracted values.
95
+ InvoiceIssue.new(code: code,
96
+ created_at: created_at,
97
+ exception_id: exception_id,
98
+ field: field,
99
+ message: message,
100
+ severity: severity)
101
+ end
102
+
103
+ def to_custom_created_at
104
+ DateTimeHelper.to_rfc3339(created_at)
105
+ end
106
+
107
+ # Provides a human-readable string representation of the object.
108
+ def to_s
109
+ class_name = self.class.name.split('::').last
110
+ "<#{class_name} code: #{@code}, created_at: #{@created_at}, exception_id: #{@exception_id},"\
111
+ " field: #{@field}, message: #{@message}, severity: #{@severity}>"
112
+ end
113
+
114
+ # Provides a debugging-friendly string with detailed object information.
115
+ def inspect
116
+ class_name = self.class.name.split('::').last
117
+ "<#{class_name} code: #{@code.inspect}, created_at: #{@created_at.inspect}, exception_id:"\
118
+ " #{@exception_id.inspect}, field: #{@field.inspect}, message: #{@message.inspect},"\
119
+ " severity: #{@severity.inspect}>"
120
+ end
121
+ end
122
+ end
@@ -0,0 +1,83 @@
1
+ # freight_financials_webhook_ingestion_api
2
+ #
3
+ # This file was automatically
4
+ # generated by APIMATIC v3.0 ( https://www.apimatic.io ).
5
+
6
+ module FreightFinancialsWebhookIngestionApi
7
+ # InvoiceStatusResponse Model.
8
+ class InvoiceStatusResponse < BaseModel
9
+ SKIP = Object.new
10
+ private_constant :SKIP
11
+
12
+ # TODO: Write general description for this method
13
+ # @return [InvoiceStatusResponseData]
14
+ attr_accessor :data
15
+
16
+ # TODO: Write general description for this method
17
+ # @return [Array[String]]
18
+ attr_accessor :errors
19
+
20
+ # TODO: Write general description for this method
21
+ # @return [TrueClass | FalseClass]
22
+ attr_accessor :is_success
23
+
24
+ # A mapping from model property names to API property names.
25
+ def self.names
26
+ @_hash = {} if @_hash.nil?
27
+ @_hash['data'] = 'data'
28
+ @_hash['errors'] = 'errors'
29
+ @_hash['is_success'] = 'isSuccess'
30
+ @_hash
31
+ end
32
+
33
+ # An array for optional fields
34
+ def self.optionals
35
+ %w[
36
+ data
37
+ errors
38
+ is_success
39
+ ]
40
+ end
41
+
42
+ # An array for nullable fields
43
+ def self.nullables
44
+ %w[
45
+ data
46
+ ]
47
+ end
48
+
49
+ def initialize(data: SKIP, errors: SKIP, is_success: SKIP)
50
+ @data = data unless data == SKIP
51
+ @errors = errors unless errors == SKIP
52
+ @is_success = is_success unless is_success == SKIP
53
+ end
54
+
55
+ # Creates an instance of the object from a hash.
56
+ def self.from_hash(hash)
57
+ return nil unless hash
58
+
59
+ # Extract variables from the hash.
60
+ data = InvoiceStatusResponseData.from_hash(hash['data']) if hash['data']
61
+ errors = hash.key?('errors') ? hash['errors'] : SKIP
62
+ is_success = hash.key?('isSuccess') ? hash['isSuccess'] : SKIP
63
+
64
+ # Create object from extracted values.
65
+ InvoiceStatusResponse.new(data: data,
66
+ errors: errors,
67
+ is_success: is_success)
68
+ end
69
+
70
+ # Provides a human-readable string representation of the object.
71
+ def to_s
72
+ class_name = self.class.name.split('::').last
73
+ "<#{class_name} data: #{@data}, errors: #{@errors}, is_success: #{@is_success}>"
74
+ end
75
+
76
+ # Provides a debugging-friendly string with detailed object information.
77
+ def inspect
78
+ class_name = self.class.name.split('::').last
79
+ "<#{class_name} data: #{@data.inspect}, errors: #{@errors.inspect}, is_success:"\
80
+ " #{@is_success.inspect}>"
81
+ end
82
+ end
83
+ end