Class: Bitreserve::Entities::Phone
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Bitreserve::Entities::Phone
- Defined in:
- lib/bitreserve/entities/phone.rb
Instance Attribute Summary collapse
-
#e164_masked ⇒ Object
readonly
Returns the value of attribute e164_masked.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#international_masked ⇒ Object
readonly
Returns the value of attribute international_masked.
-
#national_masked ⇒ Object
readonly
Returns the value of attribute national_masked.
-
#primary ⇒ Object
readonly
Returns the value of attribute primary.
-
#verified ⇒ Object
readonly
Returns the value of attribute verified.
Method Summary
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from Bitreserve::Entities::BaseEntity
Instance Attribute Details
#e164_masked ⇒ Object (readonly)
Returns the value of attribute e164_masked.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def e164_masked @e164_masked end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def id @id end |
#international_masked ⇒ Object (readonly)
Returns the value of attribute international_masked.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def international_masked @international_masked end |
#national_masked ⇒ Object (readonly)
Returns the value of attribute national_masked.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def national_masked @national_masked end |
#primary ⇒ Object (readonly)
Returns the value of attribute primary.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def primary @primary end |
#verified ⇒ Object (readonly)
Returns the value of attribute verified.
4 5 6 |
# File 'lib/bitreserve/entities/phone.rb', line 4 def verified @verified end |