Class: Peddler::APIs::DataKiosk20231115::Query
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::DataKiosk20231115::Query
- Defined in:
- sig/peddler/apis/data_kiosk_2023_11_15.rbs
Instance Attribute Summary collapse
-
#created_time ⇒ Time
readonly
Returns the value of attribute created_time.
-
#data_document_id ⇒ String?
readonly
Returns the value of attribute data_document_id.
-
#error_document_id ⇒ String?
readonly
Returns the value of attribute error_document_id.
-
#pagination ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute pagination.
-
#processing_end_time ⇒ Time?
readonly
Returns the value of attribute processing_end_time.
-
#processing_start_time ⇒ Time?
readonly
Returns the value of attribute processing_start_time.
-
#processing_status ⇒ String
readonly
Returns the value of attribute processing_status.
-
#query ⇒ String
readonly
Returns the value of attribute query.
-
#query_id ⇒ String
readonly
Returns the value of attribute query_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::DataKiosk20231115::Query
Instance Method Summary collapse
-
#members ⇒ [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
-
#to_h ⇒ { created_time: Time, processing_status: String, query: String, query_id: String, data_document_id: String?, error_document_id: String?, pagination: Hash[untyped, untyped]?, processing_end_time: Time?, processing_start_time: Time? }
Instance Attribute Details
#created_time ⇒ Time (readonly)
Returns the value of attribute created_time.
115 116 117 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 115 def created_time @created_time end |
#data_document_id ⇒ String? (readonly)
Returns the value of attribute data_document_id.
116 117 118 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 116 def data_document_id @data_document_id end |
#error_document_id ⇒ String? (readonly)
Returns the value of attribute error_document_id.
117 118 119 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 117 def error_document_id @error_document_id end |
#pagination ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute pagination.
118 119 120 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 118 def pagination @pagination end |
#processing_end_time ⇒ Time? (readonly)
Returns the value of attribute processing_end_time.
119 120 121 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 119 def processing_end_time @processing_end_time end |
#processing_start_time ⇒ Time? (readonly)
Returns the value of attribute processing_start_time.
120 121 122 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 120 def processing_start_time @processing_start_time end |
#processing_status ⇒ String (readonly)
Returns the value of attribute processing_status.
121 122 123 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 121 def processing_status @processing_status end |
#query ⇒ String (readonly)
Returns the value of attribute query.
122 123 124 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 122 def query @query end |
#query_id ⇒ String (readonly)
Returns the value of attribute query_id.
123 124 125 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 123 def query_id @query_id end |
Class Method Details
.[](created_time:, processing_status:, query:, query_id:, data_document_id:, error_document_id:, pagination:, processing_end_time:, processing_start_time:) ⇒ Peddler::APIs::DataKiosk20231115::Query .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::DataKiosk20231115::Query
108 109 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 108
def self.[]: (created_time: Time, processing_status: String, query: String, query_id: String, ?data_document_id: String?, ?error_document_id: String?, ?pagination: Hash[untyped, untyped]?, ?processing_end_time: Time?, ?processing_start_time: Time?) -> Peddler::APIs::DataKiosk20231115::Query
| (Time, String, String, String, String?, String?, Hash[untyped, untyped]?, Time?, Time?) -> Peddler::APIs::DataKiosk20231115::Query
|
.members ⇒ [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
111 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 111
def self.members: () -> [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
|
.new(created_time:, processing_status:, query:, query_id:, data_document_id:, error_document_id:, pagination:, processing_end_time:, processing_start_time:) ⇒ Peddler::APIs::DataKiosk20231115::Query .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::DataKiosk20231115::Query
106 107 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 106
def self.new: (created_time: Time, processing_status: String, query: String, query_id: String, ?data_document_id: String?, ?error_document_id: String?, ?pagination: Hash[untyped, untyped]?, ?processing_end_time: Time?, ?processing_start_time: Time?) -> Peddler::APIs::DataKiosk20231115::Query
| (Time, String, String, String, String?, String?, Hash[untyped, untyped]?, Time?, Time?) -> Peddler::APIs::DataKiosk20231115::Query
|
.parse ⇒ Peddler::APIs::DataKiosk20231115::Query
113 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 113
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::DataKiosk20231115::Query
|
Instance Method Details
#members ⇒ [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
125 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 125
def members: () -> [ :created_time, :processing_status, :query, :query_id, :data_document_id, :error_document_id, :pagination, :processing_end_time, :processing_start_time ]
|
#to_h ⇒ { created_time: Time, processing_status: String, query: String, query_id: String, data_document_id: String?, error_document_id: String?, pagination: Hash[untyped, untyped]?, processing_end_time: Time?, processing_start_time: Time? }
126 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 126
def to_h: () -> { created_time: Time, processing_status: String, query: String, query_id: String, data_document_id: String?, error_document_id: String?, pagination: Hash[untyped, untyped]?, processing_end_time: Time?, processing_start_time: Time? }
|