Method: GoodData::Profile#phone

Defined in:
lib/gooddata/models/profile.rb

#phoneString Also known as: phone_number

Gets the phone

Returns:

  • (String)

    Phone



295
296
297
# File 'lib/gooddata/models/profile.rb', line 295

def phone
  @json['accountSetting']['phoneNumber'] || ''
end