Class: Seam::Resources::ActionAttempt::ScanCredential::Result::Warnings
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt::ScanCredential::Result::Warnings
- Defined in:
- lib/seam/resources/action_attempt.rb
Instance Attribute Summary collapse
-
#warning_code ⇒ String
Indicates a warning related to scanning a credential.
-
#warning_message ⇒ String
Detailed description of the warning.
Attributes inherited from BaseResource
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_code ⇒ String
Indicates a warning related to scanning a credential. Known values:
acs_credential_on_encoder_out_of_syncacs_credential_on_seam_not_found
384 385 386 |
# File 'lib/seam/resources/action_attempt.rb', line 384 def warning_code @warning_code end |
#warning_message ⇒ String
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
387 388 389 |
# File 'lib/seam/resources/action_attempt.rb', line 387 def @warning_message end |