Class: CommandTower::Messaging::Endpoints::Validators::PushoverCredentialsResult
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Endpoints::Validators::PushoverCredentialsResult
- Defined in:
- app/services/command_tower/messaging/endpoints/validators.rb
Instance Attribute Summary collapse
-
#masked_display_value ⇒ Object
readonly
Returns the value of attribute masked_display_value.
-
#normalized_application_token ⇒ Object
readonly
Returns the value of attribute normalized_application_token.
-
#normalized_user_key ⇒ Object
readonly
Returns the value of attribute normalized_user_key.
-
#pair_fingerprint_material ⇒ Object
readonly
Returns the value of attribute pair_fingerprint_material.
Instance Attribute Details
#masked_display_value ⇒ Object (readonly)
Returns the value of attribute masked_display_value
8 9 10 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 8 def masked_display_value @masked_display_value end |
#normalized_application_token ⇒ Object (readonly)
Returns the value of attribute normalized_application_token
8 9 10 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 8 def normalized_application_token @normalized_application_token end |
#normalized_user_key ⇒ Object (readonly)
Returns the value of attribute normalized_user_key
8 9 10 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 8 def normalized_user_key @normalized_user_key end |
#pair_fingerprint_material ⇒ Object (readonly)
Returns the value of attribute pair_fingerprint_material
8 9 10 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 8 def pair_fingerprint_material @pair_fingerprint_material end |