Class: CommandTower::Identity::Phone::Normalizer::Normalized
- Inherits:
-
Data
- Object
- Data
- CommandTower::Identity::Phone::Normalizer::Normalized
- Defined in:
- app/services/command_tower/identity/phone/normalizer.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#normalized ⇒ Object
readonly
Returns the value of attribute normalized.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
15 16 17 |
# File 'app/services/command_tower/identity/phone/normalizer.rb', line 15 def @message end |
#normalized ⇒ Object (readonly)
Returns the value of attribute normalized
15 16 17 |
# File 'app/services/command_tower/identity/phone/normalizer.rb', line 15 def normalized @normalized end |
Instance Method Details
#failure? ⇒ Boolean
18 |
# File 'app/services/command_tower/identity/phone/normalizer.rb', line 18 def failure? = !success? |
#success? ⇒ Boolean
16 |
# File 'app/services/command_tower/identity/phone/normalizer.rb', line 16 def success? = .nil? |