Class: CommandTower::Messaging::Endpoints::Validators::Result
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Endpoints::Validators::Result
- 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_address ⇒ Object
readonly
Returns the value of attribute normalized_address.
Instance Attribute Details
#masked_display_value ⇒ Object (readonly)
Returns the value of attribute masked_display_value
7 8 9 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 7 def masked_display_value @masked_display_value end |
#normalized_address ⇒ Object (readonly)
Returns the value of attribute normalized_address
7 8 9 |
# File 'app/services/command_tower/messaging/endpoints/validators.rb', line 7 def normalized_address @normalized_address end |