Class: Bitreserve::Entities::Phone

Inherits:
BaseEntity show all
Defined in:
lib/bitreserve/entities/phone.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

from_collection, #initialize

Constructor Details

This class inherits a constructor from Bitreserve::Entities::BaseEntity

Instance Attribute Details

#e164_maskedObject (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

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/bitreserve/entities/phone.rb', line 4

def id
  @id
end

#international_maskedObject (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_maskedObject (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

#primaryObject (readonly)

Returns the value of attribute primary.



4
5
6
# File 'lib/bitreserve/entities/phone.rb', line 4

def primary
  @primary
end

#verifiedObject (readonly)

Returns the value of attribute verified.



4
5
6
# File 'lib/bitreserve/entities/phone.rb', line 4

def verified
  @verified
end