Class: TurnkeyClient::Result
- Inherits:
-
Object
- Object
- TurnkeyClient::Result
- Defined in:
- lib/turnkey_client/models/result.rb
Instance Attribute Summary collapse
-
#accept_invitation_result ⇒ Object
Returns the value of attribute accept_invitation_result.
-
#activate_billing_tier_result ⇒ Object
Returns the value of attribute activate_billing_tier_result.
-
#create_api_keys_result ⇒ Object
Returns the value of attribute create_api_keys_result.
-
#create_api_only_users_result ⇒ Object
Returns the value of attribute create_api_only_users_result.
-
#create_authenticators_result ⇒ Object
Returns the value of attribute create_authenticators_result.
-
#create_invitations_result ⇒ Object
Returns the value of attribute create_invitations_result.
-
#create_organization_result ⇒ Object
Returns the value of attribute create_organization_result.
-
#create_policy_result ⇒ Object
Returns the value of attribute create_policy_result.
-
#create_private_key_tag_result ⇒ Object
Returns the value of attribute create_private_key_tag_result.
-
#create_private_keys_result ⇒ Object
Returns the value of attribute create_private_keys_result.
-
#create_private_keys_result_v2 ⇒ Object
Returns the value of attribute create_private_keys_result_v2.
-
#create_sub_organization_result ⇒ Object
Returns the value of attribute create_sub_organization_result.
-
#create_sub_organization_result_v3 ⇒ Object
Returns the value of attribute create_sub_organization_result_v3.
-
#create_sub_organization_result_v4 ⇒ Object
Returns the value of attribute create_sub_organization_result_v4.
-
#create_user_tag_result ⇒ Object
Returns the value of attribute create_user_tag_result.
-
#create_users_result ⇒ Object
Returns the value of attribute create_users_result.
-
#create_wallet_accounts_result ⇒ Object
Returns the value of attribute create_wallet_accounts_result.
-
#create_wallet_result ⇒ Object
Returns the value of attribute create_wallet_result.
-
#delete_api_keys_result ⇒ Object
Returns the value of attribute delete_api_keys_result.
-
#delete_authenticators_result ⇒ Object
Returns the value of attribute delete_authenticators_result.
-
#delete_invitation_result ⇒ Object
Returns the value of attribute delete_invitation_result.
-
#delete_organization_result ⇒ Object
Returns the value of attribute delete_organization_result.
-
#delete_payment_method_result ⇒ Object
Returns the value of attribute delete_payment_method_result.
-
#delete_policy_result ⇒ Object
Returns the value of attribute delete_policy_result.
-
#delete_private_key_tags_result ⇒ Object
Returns the value of attribute delete_private_key_tags_result.
-
#delete_user_tags_result ⇒ Object
Returns the value of attribute delete_user_tags_result.
-
#delete_users_result ⇒ Object
Returns the value of attribute delete_users_result.
-
#disable_private_key_result ⇒ Object
Returns the value of attribute disable_private_key_result.
-
#email_auth_result ⇒ Object
Returns the value of attribute email_auth_result.
-
#export_private_key_result ⇒ Object
Returns the value of attribute export_private_key_result.
-
#export_wallet_account_result ⇒ Object
Returns the value of attribute export_wallet_account_result.
-
#export_wallet_result ⇒ Object
Returns the value of attribute export_wallet_result.
-
#import_private_key_result ⇒ Object
Returns the value of attribute import_private_key_result.
-
#import_wallet_result ⇒ Object
Returns the value of attribute import_wallet_result.
-
#init_import_private_key_result ⇒ Object
Returns the value of attribute init_import_private_key_result.
-
#init_import_wallet_result ⇒ Object
Returns the value of attribute init_import_wallet_result.
-
#init_user_email_recovery_result ⇒ Object
Returns the value of attribute init_user_email_recovery_result.
-
#recover_user_result ⇒ Object
Returns the value of attribute recover_user_result.
-
#remove_organization_feature_result ⇒ Object
Returns the value of attribute remove_organization_feature_result.
-
#set_organization_feature_result ⇒ Object
Returns the value of attribute set_organization_feature_result.
-
#set_payment_method_result ⇒ Object
Returns the value of attribute set_payment_method_result.
-
#sign_raw_payload_result ⇒ Object
Returns the value of attribute sign_raw_payload_result.
-
#sign_transaction_result ⇒ Object
Returns the value of attribute sign_transaction_result.
-
#update_allowed_origins_result ⇒ Object
Returns the value of attribute update_allowed_origins_result.
-
#update_policy_result ⇒ Object
Returns the value of attribute update_policy_result.
-
#update_private_key_tag_result ⇒ Object
Returns the value of attribute update_private_key_tag_result.
-
#update_root_quorum_result ⇒ Object
Returns the value of attribute update_root_quorum_result.
-
#update_user_result ⇒ Object
Returns the value of attribute update_user_result.
-
#update_user_tag_result ⇒ Object
Returns the value of attribute update_user_tag_result.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.build_from_hash(attributes) ⇒ Object
Builds the object from hash.
-
.openapi_nullable ⇒ Object
List of attributes with nullable: true.
-
.openapi_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Integer
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ Result
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ Result
Initializes the object
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 |
# File 'lib/turnkey_client/models/result.rb', line 232 def initialize(attributes = {}) if (!attributes.is_a?(Hash)) fail ArgumentError, "The input argument (attributes) must be a hash in `TurnkeyClient::Result` initialize method" end # check to see if the attribute exists and convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| if (!self.class.attribute_map.key?(k.to_sym)) fail ArgumentError, "`#{k}` is not a valid attribute in `TurnkeyClient::Result`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect end h[k.to_sym] = v } if attributes.key?(:'create_organization_result') self.create_organization_result = attributes[:'create_organization_result'] end if attributes.key?(:'create_authenticators_result') self.create_authenticators_result = attributes[:'create_authenticators_result'] end if attributes.key?(:'create_users_result') self.create_users_result = attributes[:'create_users_result'] end if attributes.key?(:'create_private_keys_result') self.create_private_keys_result = attributes[:'create_private_keys_result'] end if attributes.key?(:'create_invitations_result') self.create_invitations_result = attributes[:'create_invitations_result'] end if attributes.key?(:'accept_invitation_result') self.accept_invitation_result = attributes[:'accept_invitation_result'] end if attributes.key?(:'sign_raw_payload_result') self.sign_raw_payload_result = attributes[:'sign_raw_payload_result'] end if attributes.key?(:'create_policy_result') self.create_policy_result = attributes[:'create_policy_result'] end if attributes.key?(:'disable_private_key_result') self.disable_private_key_result = attributes[:'disable_private_key_result'] end if attributes.key?(:'delete_users_result') self.delete_users_result = attributes[:'delete_users_result'] end if attributes.key?(:'delete_authenticators_result') self.delete_authenticators_result = attributes[:'delete_authenticators_result'] end if attributes.key?(:'delete_invitation_result') self.delete_invitation_result = attributes[:'delete_invitation_result'] end if attributes.key?(:'delete_organization_result') self.delete_organization_result = attributes[:'delete_organization_result'] end if attributes.key?(:'delete_policy_result') self.delete_policy_result = attributes[:'delete_policy_result'] end if attributes.key?(:'create_user_tag_result') self.create_user_tag_result = attributes[:'create_user_tag_result'] end if attributes.key?(:'delete_user_tags_result') self. = attributes[:'delete_user_tags_result'] end if attributes.key?(:'sign_transaction_result') self.sign_transaction_result = attributes[:'sign_transaction_result'] end if attributes.key?(:'delete_api_keys_result') self.delete_api_keys_result = attributes[:'delete_api_keys_result'] end if attributes.key?(:'create_api_keys_result') self.create_api_keys_result = attributes[:'create_api_keys_result'] end if attributes.key?(:'create_private_key_tag_result') self.create_private_key_tag_result = attributes[:'create_private_key_tag_result'] end if attributes.key?(:'delete_private_key_tags_result') self. = attributes[:'delete_private_key_tags_result'] end if attributes.key?(:'set_payment_method_result') self.set_payment_method_result = attributes[:'set_payment_method_result'] end if attributes.key?(:'activate_billing_tier_result') self.activate_billing_tier_result = attributes[:'activate_billing_tier_result'] end if attributes.key?(:'delete_payment_method_result') self.delete_payment_method_result = attributes[:'delete_payment_method_result'] end if attributes.key?(:'create_api_only_users_result') self.create_api_only_users_result = attributes[:'create_api_only_users_result'] end if attributes.key?(:'update_root_quorum_result') self.update_root_quorum_result = attributes[:'update_root_quorum_result'] end if attributes.key?(:'update_user_tag_result') self.update_user_tag_result = attributes[:'update_user_tag_result'] end if attributes.key?(:'update_private_key_tag_result') self.update_private_key_tag_result = attributes[:'update_private_key_tag_result'] end if attributes.key?(:'create_sub_organization_result') self.create_sub_organization_result = attributes[:'create_sub_organization_result'] end if attributes.key?(:'update_allowed_origins_result') self.update_allowed_origins_result = attributes[:'update_allowed_origins_result'] end if attributes.key?(:'create_private_keys_result_v2') self.create_private_keys_result_v2 = attributes[:'create_private_keys_result_v2'] end if attributes.key?(:'update_user_result') self.update_user_result = attributes[:'update_user_result'] end if attributes.key?(:'update_policy_result') self.update_policy_result = attributes[:'update_policy_result'] end if attributes.key?(:'create_sub_organization_result_v3') self.create_sub_organization_result_v3 = attributes[:'create_sub_organization_result_v3'] end if attributes.key?(:'create_wallet_result') self.create_wallet_result = attributes[:'create_wallet_result'] end if attributes.key?(:'create_wallet_accounts_result') self.create_wallet_accounts_result = attributes[:'create_wallet_accounts_result'] end if attributes.key?(:'init_user_email_recovery_result') self.init_user_email_recovery_result = attributes[:'init_user_email_recovery_result'] end if attributes.key?(:'recover_user_result') self.recover_user_result = attributes[:'recover_user_result'] end if attributes.key?(:'set_organization_feature_result') self.set_organization_feature_result = attributes[:'set_organization_feature_result'] end if attributes.key?(:'remove_organization_feature_result') self.remove_organization_feature_result = attributes[:'remove_organization_feature_result'] end if attributes.key?(:'export_private_key_result') self.export_private_key_result = attributes[:'export_private_key_result'] end if attributes.key?(:'export_wallet_result') self.export_wallet_result = attributes[:'export_wallet_result'] end if attributes.key?(:'create_sub_organization_result_v4') self.create_sub_organization_result_v4 = attributes[:'create_sub_organization_result_v4'] end if attributes.key?(:'email_auth_result') self.email_auth_result = attributes[:'email_auth_result'] end if attributes.key?(:'export_wallet_account_result') self.export_wallet_account_result = attributes[:'export_wallet_account_result'] end if attributes.key?(:'init_import_wallet_result') self.init_import_wallet_result = attributes[:'init_import_wallet_result'] end if attributes.key?(:'import_wallet_result') self.import_wallet_result = attributes[:'import_wallet_result'] end if attributes.key?(:'init_import_private_key_result') self.init_import_private_key_result = attributes[:'init_import_private_key_result'] end if attributes.key?(:'import_private_key_result') self.import_private_key_result = attributes[:'import_private_key_result'] end end |
Instance Attribute Details
#accept_invitation_result ⇒ Object
Returns the value of attribute accept_invitation_result.
26 27 28 |
# File 'lib/turnkey_client/models/result.rb', line 26 def accept_invitation_result @accept_invitation_result end |
#activate_billing_tier_result ⇒ Object
Returns the value of attribute activate_billing_tier_result.
60 61 62 |
# File 'lib/turnkey_client/models/result.rb', line 60 def activate_billing_tier_result @activate_billing_tier_result end |
#create_api_keys_result ⇒ Object
Returns the value of attribute create_api_keys_result.
52 53 54 |
# File 'lib/turnkey_client/models/result.rb', line 52 def create_api_keys_result @create_api_keys_result end |
#create_api_only_users_result ⇒ Object
Returns the value of attribute create_api_only_users_result.
64 65 66 |
# File 'lib/turnkey_client/models/result.rb', line 64 def create_api_only_users_result @create_api_only_users_result end |
#create_authenticators_result ⇒ Object
Returns the value of attribute create_authenticators_result.
18 19 20 |
# File 'lib/turnkey_client/models/result.rb', line 18 def create_authenticators_result @create_authenticators_result end |
#create_invitations_result ⇒ Object
Returns the value of attribute create_invitations_result.
24 25 26 |
# File 'lib/turnkey_client/models/result.rb', line 24 def create_invitations_result @create_invitations_result end |
#create_organization_result ⇒ Object
Returns the value of attribute create_organization_result.
16 17 18 |
# File 'lib/turnkey_client/models/result.rb', line 16 def create_organization_result @create_organization_result end |
#create_policy_result ⇒ Object
Returns the value of attribute create_policy_result.
30 31 32 |
# File 'lib/turnkey_client/models/result.rb', line 30 def create_policy_result @create_policy_result end |
#create_private_key_tag_result ⇒ Object
Returns the value of attribute create_private_key_tag_result.
54 55 56 |
# File 'lib/turnkey_client/models/result.rb', line 54 def create_private_key_tag_result @create_private_key_tag_result end |
#create_private_keys_result ⇒ Object
Returns the value of attribute create_private_keys_result.
22 23 24 |
# File 'lib/turnkey_client/models/result.rb', line 22 def create_private_keys_result @create_private_keys_result end |
#create_private_keys_result_v2 ⇒ Object
Returns the value of attribute create_private_keys_result_v2.
76 77 78 |
# File 'lib/turnkey_client/models/result.rb', line 76 def create_private_keys_result_v2 @create_private_keys_result_v2 end |
#create_sub_organization_result ⇒ Object
Returns the value of attribute create_sub_organization_result.
72 73 74 |
# File 'lib/turnkey_client/models/result.rb', line 72 def create_sub_organization_result @create_sub_organization_result end |
#create_sub_organization_result_v3 ⇒ Object
Returns the value of attribute create_sub_organization_result_v3.
82 83 84 |
# File 'lib/turnkey_client/models/result.rb', line 82 def create_sub_organization_result_v3 @create_sub_organization_result_v3 end |
#create_sub_organization_result_v4 ⇒ Object
Returns the value of attribute create_sub_organization_result_v4.
100 101 102 |
# File 'lib/turnkey_client/models/result.rb', line 100 def create_sub_organization_result_v4 @create_sub_organization_result_v4 end |
#create_user_tag_result ⇒ Object
Returns the value of attribute create_user_tag_result.
44 45 46 |
# File 'lib/turnkey_client/models/result.rb', line 44 def create_user_tag_result @create_user_tag_result end |
#create_users_result ⇒ Object
Returns the value of attribute create_users_result.
20 21 22 |
# File 'lib/turnkey_client/models/result.rb', line 20 def create_users_result @create_users_result end |
#create_wallet_accounts_result ⇒ Object
Returns the value of attribute create_wallet_accounts_result.
86 87 88 |
# File 'lib/turnkey_client/models/result.rb', line 86 def create_wallet_accounts_result @create_wallet_accounts_result end |
#create_wallet_result ⇒ Object
Returns the value of attribute create_wallet_result.
84 85 86 |
# File 'lib/turnkey_client/models/result.rb', line 84 def create_wallet_result @create_wallet_result end |
#delete_api_keys_result ⇒ Object
Returns the value of attribute delete_api_keys_result.
50 51 52 |
# File 'lib/turnkey_client/models/result.rb', line 50 def delete_api_keys_result @delete_api_keys_result end |
#delete_authenticators_result ⇒ Object
Returns the value of attribute delete_authenticators_result.
36 37 38 |
# File 'lib/turnkey_client/models/result.rb', line 36 def delete_authenticators_result @delete_authenticators_result end |
#delete_invitation_result ⇒ Object
Returns the value of attribute delete_invitation_result.
38 39 40 |
# File 'lib/turnkey_client/models/result.rb', line 38 def delete_invitation_result @delete_invitation_result end |
#delete_organization_result ⇒ Object
Returns the value of attribute delete_organization_result.
40 41 42 |
# File 'lib/turnkey_client/models/result.rb', line 40 def delete_organization_result @delete_organization_result end |
#delete_payment_method_result ⇒ Object
Returns the value of attribute delete_payment_method_result.
62 63 64 |
# File 'lib/turnkey_client/models/result.rb', line 62 def delete_payment_method_result @delete_payment_method_result end |
#delete_policy_result ⇒ Object
Returns the value of attribute delete_policy_result.
42 43 44 |
# File 'lib/turnkey_client/models/result.rb', line 42 def delete_policy_result @delete_policy_result end |
#delete_private_key_tags_result ⇒ Object
Returns the value of attribute delete_private_key_tags_result.
56 57 58 |
# File 'lib/turnkey_client/models/result.rb', line 56 def @delete_private_key_tags_result end |
#delete_user_tags_result ⇒ Object
Returns the value of attribute delete_user_tags_result.
46 47 48 |
# File 'lib/turnkey_client/models/result.rb', line 46 def @delete_user_tags_result end |
#delete_users_result ⇒ Object
Returns the value of attribute delete_users_result.
34 35 36 |
# File 'lib/turnkey_client/models/result.rb', line 34 def delete_users_result @delete_users_result end |
#disable_private_key_result ⇒ Object
Returns the value of attribute disable_private_key_result.
32 33 34 |
# File 'lib/turnkey_client/models/result.rb', line 32 def disable_private_key_result @disable_private_key_result end |
#email_auth_result ⇒ Object
Returns the value of attribute email_auth_result.
102 103 104 |
# File 'lib/turnkey_client/models/result.rb', line 102 def email_auth_result @email_auth_result end |
#export_private_key_result ⇒ Object
Returns the value of attribute export_private_key_result.
96 97 98 |
# File 'lib/turnkey_client/models/result.rb', line 96 def export_private_key_result @export_private_key_result end |
#export_wallet_account_result ⇒ Object
Returns the value of attribute export_wallet_account_result.
104 105 106 |
# File 'lib/turnkey_client/models/result.rb', line 104 def export_wallet_account_result @export_wallet_account_result end |
#export_wallet_result ⇒ Object
Returns the value of attribute export_wallet_result.
98 99 100 |
# File 'lib/turnkey_client/models/result.rb', line 98 def export_wallet_result @export_wallet_result end |
#import_private_key_result ⇒ Object
Returns the value of attribute import_private_key_result.
112 113 114 |
# File 'lib/turnkey_client/models/result.rb', line 112 def import_private_key_result @import_private_key_result end |
#import_wallet_result ⇒ Object
Returns the value of attribute import_wallet_result.
108 109 110 |
# File 'lib/turnkey_client/models/result.rb', line 108 def import_wallet_result @import_wallet_result end |
#init_import_private_key_result ⇒ Object
Returns the value of attribute init_import_private_key_result.
110 111 112 |
# File 'lib/turnkey_client/models/result.rb', line 110 def init_import_private_key_result @init_import_private_key_result end |
#init_import_wallet_result ⇒ Object
Returns the value of attribute init_import_wallet_result.
106 107 108 |
# File 'lib/turnkey_client/models/result.rb', line 106 def init_import_wallet_result @init_import_wallet_result end |
#init_user_email_recovery_result ⇒ Object
Returns the value of attribute init_user_email_recovery_result.
88 89 90 |
# File 'lib/turnkey_client/models/result.rb', line 88 def init_user_email_recovery_result @init_user_email_recovery_result end |
#recover_user_result ⇒ Object
Returns the value of attribute recover_user_result.
90 91 92 |
# File 'lib/turnkey_client/models/result.rb', line 90 def recover_user_result @recover_user_result end |
#remove_organization_feature_result ⇒ Object
Returns the value of attribute remove_organization_feature_result.
94 95 96 |
# File 'lib/turnkey_client/models/result.rb', line 94 def remove_organization_feature_result @remove_organization_feature_result end |
#set_organization_feature_result ⇒ Object
Returns the value of attribute set_organization_feature_result.
92 93 94 |
# File 'lib/turnkey_client/models/result.rb', line 92 def set_organization_feature_result @set_organization_feature_result end |
#set_payment_method_result ⇒ Object
Returns the value of attribute set_payment_method_result.
58 59 60 |
# File 'lib/turnkey_client/models/result.rb', line 58 def set_payment_method_result @set_payment_method_result end |
#sign_raw_payload_result ⇒ Object
Returns the value of attribute sign_raw_payload_result.
28 29 30 |
# File 'lib/turnkey_client/models/result.rb', line 28 def sign_raw_payload_result @sign_raw_payload_result end |
#sign_transaction_result ⇒ Object
Returns the value of attribute sign_transaction_result.
48 49 50 |
# File 'lib/turnkey_client/models/result.rb', line 48 def sign_transaction_result @sign_transaction_result end |
#update_allowed_origins_result ⇒ Object
Returns the value of attribute update_allowed_origins_result.
74 75 76 |
# File 'lib/turnkey_client/models/result.rb', line 74 def update_allowed_origins_result @update_allowed_origins_result end |
#update_policy_result ⇒ Object
Returns the value of attribute update_policy_result.
80 81 82 |
# File 'lib/turnkey_client/models/result.rb', line 80 def update_policy_result @update_policy_result end |
#update_private_key_tag_result ⇒ Object
Returns the value of attribute update_private_key_tag_result.
70 71 72 |
# File 'lib/turnkey_client/models/result.rb', line 70 def update_private_key_tag_result @update_private_key_tag_result end |
#update_root_quorum_result ⇒ Object
Returns the value of attribute update_root_quorum_result.
66 67 68 |
# File 'lib/turnkey_client/models/result.rb', line 66 def update_root_quorum_result @update_root_quorum_result end |
#update_user_result ⇒ Object
Returns the value of attribute update_user_result.
78 79 80 |
# File 'lib/turnkey_client/models/result.rb', line 78 def update_user_result @update_user_result end |
#update_user_tag_result ⇒ Object
Returns the value of attribute update_user_tag_result.
68 69 70 |
# File 'lib/turnkey_client/models/result.rb', line 68 def update_user_tag_result @update_user_tag_result end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'lib/turnkey_client/models/result.rb', line 115 def self.attribute_map { :'create_organization_result' => :'createOrganizationResult', :'create_authenticators_result' => :'createAuthenticatorsResult', :'create_users_result' => :'createUsersResult', :'create_private_keys_result' => :'createPrivateKeysResult', :'create_invitations_result' => :'createInvitationsResult', :'accept_invitation_result' => :'acceptInvitationResult', :'sign_raw_payload_result' => :'signRawPayloadResult', :'create_policy_result' => :'createPolicyResult', :'disable_private_key_result' => :'disablePrivateKeyResult', :'delete_users_result' => :'deleteUsersResult', :'delete_authenticators_result' => :'deleteAuthenticatorsResult', :'delete_invitation_result' => :'deleteInvitationResult', :'delete_organization_result' => :'deleteOrganizationResult', :'delete_policy_result' => :'deletePolicyResult', :'create_user_tag_result' => :'createUserTagResult', :'delete_user_tags_result' => :'deleteUserTagsResult', :'sign_transaction_result' => :'signTransactionResult', :'delete_api_keys_result' => :'deleteApiKeysResult', :'create_api_keys_result' => :'createApiKeysResult', :'create_private_key_tag_result' => :'createPrivateKeyTagResult', :'delete_private_key_tags_result' => :'deletePrivateKeyTagsResult', :'set_payment_method_result' => :'setPaymentMethodResult', :'activate_billing_tier_result' => :'activateBillingTierResult', :'delete_payment_method_result' => :'deletePaymentMethodResult', :'create_api_only_users_result' => :'createApiOnlyUsersResult', :'update_root_quorum_result' => :'updateRootQuorumResult', :'update_user_tag_result' => :'updateUserTagResult', :'update_private_key_tag_result' => :'updatePrivateKeyTagResult', :'create_sub_organization_result' => :'createSubOrganizationResult', :'update_allowed_origins_result' => :'updateAllowedOriginsResult', :'create_private_keys_result_v2' => :'createPrivateKeysResultV2', :'update_user_result' => :'updateUserResult', :'update_policy_result' => :'updatePolicyResult', :'create_sub_organization_result_v3' => :'createSubOrganizationResultV3', :'create_wallet_result' => :'createWalletResult', :'create_wallet_accounts_result' => :'createWalletAccountsResult', :'init_user_email_recovery_result' => :'initUserEmailRecoveryResult', :'recover_user_result' => :'recoverUserResult', :'set_organization_feature_result' => :'setOrganizationFeatureResult', :'remove_organization_feature_result' => :'removeOrganizationFeatureResult', :'export_private_key_result' => :'exportPrivateKeyResult', :'export_wallet_result' => :'exportWalletResult', :'create_sub_organization_result_v4' => :'createSubOrganizationResultV4', :'email_auth_result' => :'emailAuthResult', :'export_wallet_account_result' => :'exportWalletAccountResult', :'init_import_wallet_result' => :'initImportWalletResult', :'import_wallet_result' => :'importWalletResult', :'init_import_private_key_result' => :'initImportPrivateKeyResult', :'import_private_key_result' => :'importPrivateKeyResult' } end |
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
526 527 528 |
# File 'lib/turnkey_client/models/result.rb', line 526 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |
.openapi_nullable ⇒ Object
List of attributes with nullable: true
225 226 227 228 |
# File 'lib/turnkey_client/models/result.rb', line 225 def self.openapi_nullable Set.new([ ]) end |
.openapi_types ⇒ Object
Attribute type mapping.
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 |
# File 'lib/turnkey_client/models/result.rb', line 170 def self.openapi_types { :'create_organization_result' => :'Object', :'create_authenticators_result' => :'Object', :'create_users_result' => :'Object', :'create_private_keys_result' => :'Object', :'create_invitations_result' => :'Object', :'accept_invitation_result' => :'Object', :'sign_raw_payload_result' => :'Object', :'create_policy_result' => :'Object', :'disable_private_key_result' => :'Object', :'delete_users_result' => :'Object', :'delete_authenticators_result' => :'Object', :'delete_invitation_result' => :'Object', :'delete_organization_result' => :'Object', :'delete_policy_result' => :'Object', :'create_user_tag_result' => :'Object', :'delete_user_tags_result' => :'Object', :'sign_transaction_result' => :'Object', :'delete_api_keys_result' => :'Object', :'create_api_keys_result' => :'Object', :'create_private_key_tag_result' => :'Object', :'delete_private_key_tags_result' => :'Object', :'set_payment_method_result' => :'Object', :'activate_billing_tier_result' => :'Object', :'delete_payment_method_result' => :'Object', :'create_api_only_users_result' => :'Object', :'update_root_quorum_result' => :'Object', :'update_user_tag_result' => :'Object', :'update_private_key_tag_result' => :'Object', :'create_sub_organization_result' => :'Object', :'update_allowed_origins_result' => :'Object', :'create_private_keys_result_v2' => :'Object', :'update_user_result' => :'Object', :'update_policy_result' => :'Object', :'create_sub_organization_result_v3' => :'Object', :'create_wallet_result' => :'Object', :'create_wallet_accounts_result' => :'Object', :'init_user_email_recovery_result' => :'Object', :'recover_user_result' => :'Object', :'set_organization_feature_result' => :'Object', :'remove_organization_feature_result' => :'Object', :'export_private_key_result' => :'Object', :'export_wallet_result' => :'Object', :'create_sub_organization_result_v4' => :'Object', :'email_auth_result' => :'Object', :'export_wallet_account_result' => :'Object', :'init_import_wallet_result' => :'Object', :'import_wallet_result' => :'Object', :'init_import_private_key_result' => :'Object', :'import_private_key_result' => :'Object' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 |
# File 'lib/turnkey_client/models/result.rb', line 457 def ==(o) return true if self.equal?(o) self.class == o.class && create_organization_result == o.create_organization_result && create_authenticators_result == o.create_authenticators_result && create_users_result == o.create_users_result && create_private_keys_result == o.create_private_keys_result && create_invitations_result == o.create_invitations_result && accept_invitation_result == o.accept_invitation_result && sign_raw_payload_result == o.sign_raw_payload_result && create_policy_result == o.create_policy_result && disable_private_key_result == o.disable_private_key_result && delete_users_result == o.delete_users_result && delete_authenticators_result == o.delete_authenticators_result && delete_invitation_result == o.delete_invitation_result && delete_organization_result == o.delete_organization_result && delete_policy_result == o.delete_policy_result && create_user_tag_result == o.create_user_tag_result && == o. && sign_transaction_result == o.sign_transaction_result && delete_api_keys_result == o.delete_api_keys_result && create_api_keys_result == o.create_api_keys_result && create_private_key_tag_result == o.create_private_key_tag_result && == o. && set_payment_method_result == o.set_payment_method_result && activate_billing_tier_result == o.activate_billing_tier_result && delete_payment_method_result == o.delete_payment_method_result && create_api_only_users_result == o.create_api_only_users_result && update_root_quorum_result == o.update_root_quorum_result && update_user_tag_result == o.update_user_tag_result && update_private_key_tag_result == o.update_private_key_tag_result && create_sub_organization_result == o.create_sub_organization_result && update_allowed_origins_result == o.update_allowed_origins_result && create_private_keys_result_v2 == o.create_private_keys_result_v2 && update_user_result == o.update_user_result && update_policy_result == o.update_policy_result && create_sub_organization_result_v3 == o.create_sub_organization_result_v3 && create_wallet_result == o.create_wallet_result && create_wallet_accounts_result == o.create_wallet_accounts_result && init_user_email_recovery_result == o.init_user_email_recovery_result && recover_user_result == o.recover_user_result && set_organization_feature_result == o.set_organization_feature_result && remove_organization_feature_result == o.remove_organization_feature_result && export_private_key_result == o.export_private_key_result && export_wallet_result == o.export_wallet_result && create_sub_organization_result_v4 == o.create_sub_organization_result_v4 && email_auth_result == o.email_auth_result && export_wallet_account_result == o.export_wallet_account_result && init_import_wallet_result == o.init_import_wallet_result && import_wallet_result == o.import_wallet_result && init_import_private_key_result == o.init_import_private_key_result && import_private_key_result == o.import_private_key_result end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 |
# File 'lib/turnkey_client/models/result.rb', line 556 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :Boolean if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model TurnkeyClient.const_get(type).build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
625 626 627 628 629 630 631 632 633 634 635 636 637 |
# File 'lib/turnkey_client/models/result.rb', line 625 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'lib/turnkey_client/models/result.rb', line 533 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.openapi_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key) self.send("#{key}=", nil) end end self end |
#eql?(o) ⇒ Boolean
513 514 515 |
# File 'lib/turnkey_client/models/result.rb', line 513 def eql?(o) self == o end |
#hash ⇒ Integer
Calculates hash code according to all attributes.
519 520 521 |
# File 'lib/turnkey_client/models/result.rb', line 519 def hash [create_organization_result, create_authenticators_result, create_users_result, create_private_keys_result, create_invitations_result, accept_invitation_result, sign_raw_payload_result, create_policy_result, disable_private_key_result, delete_users_result, delete_authenticators_result, delete_invitation_result, delete_organization_result, delete_policy_result, create_user_tag_result, , sign_transaction_result, delete_api_keys_result, create_api_keys_result, create_private_key_tag_result, , set_payment_method_result, activate_billing_tier_result, delete_payment_method_result, create_api_only_users_result, update_root_quorum_result, update_user_tag_result, update_private_key_tag_result, create_sub_organization_result, update_allowed_origins_result, create_private_keys_result_v2, update_user_result, update_policy_result, create_sub_organization_result_v3, create_wallet_result, create_wallet_accounts_result, init_user_email_recovery_result, recover_user_result, set_organization_feature_result, remove_organization_feature_result, export_private_key_result, export_wallet_result, create_sub_organization_result_v4, email_auth_result, export_wallet_account_result, init_import_wallet_result, import_wallet_result, init_import_private_key_result, import_private_key_result].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
444 445 446 447 |
# File 'lib/turnkey_client/models/result.rb', line 444 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
601 602 603 |
# File 'lib/turnkey_client/models/result.rb', line 601 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/turnkey_client/models/result.rb', line 607 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) if value.nil? is_nullable = self.class.openapi_nullable.include?(attr) next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) end hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
595 596 597 |
# File 'lib/turnkey_client/models/result.rb', line 595 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
451 452 453 |
# File 'lib/turnkey_client/models/result.rb', line 451 def valid? true end |