class RixmlDocument::Phone
Public Instance Methods
phone_number()
click to toggle source
# File lib/rixml_document/phone.rb, line 18 def phone_number [country_code, number].join(' ') end
# File lib/rixml_document/phone.rb, line 18 def phone_number [country_code, number].join(' ') end