Method: GoodData::Profile#phone=

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

#phone=(val) ⇒ Object Also known as: phone_number=

Set the phone

Parameters:

  • val (String)

    Phone to be set



304
305
306
307
# File 'lib/gooddata/models/profile.rb', line 304

def phone=(val)
  @dirty ||= phone != val
  @json['accountSetting']['phoneNumber'] = val
end