Class: Seam::Resources::ActionAttempt::ScanCredential::Result::Warnings

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/action_attempt.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#warning_codeString

Indicates a warning related to scanning a credential. Known values:

  • acs_credential_on_encoder_out_of_sync
  • acs_credential_on_seam_not_found

Returns:

  • (String)


384
385
386
# File 'lib/seam/resources/action_attempt.rb', line 384

def warning_code
  @warning_code
end

#warning_messageString

Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.

Returns:

  • (String)


387
388
389
# File 'lib/seam/resources/action_attempt.rb', line 387

def warning_message
  @warning_message
end