Class: CommandTower::Messaging::Endpoints::Validators::PushoverCredentialsResult

Inherits:
Data
  • Object
show all
Defined in:
app/services/command_tower/messaging/endpoints/validators.rb

Instance Attribute Summary collapse

Instance Attribute Details

#masked_display_valueObject (readonly)

Returns the value of attribute masked_display_value

Returns:

  • (Object)

    the current value of 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_tokenObject (readonly)

Returns the value of attribute normalized_application_token

Returns:

  • (Object)

    the current value of 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_keyObject (readonly)

Returns the value of attribute normalized_user_key

Returns:

  • (Object)

    the current value of 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_materialObject (readonly)

Returns the value of attribute pair_fingerprint_material

Returns:

  • (Object)

    the current value of 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