Method: GoodData::Profile#phone
- Defined in:
- lib/gooddata/models/profile.rb
#phone ⇒ String Also known as: phone_number
Gets the phone
295 296 297 |
# File 'lib/gooddata/models/profile.rb', line 295 def phone @json['accountSetting']['phoneNumber'] || '' end |