Method: GoodData::Profile#first_name=
- Defined in:
- lib/gooddata/models/profile.rb
#first_name=(val) ⇒ Object
Set the first name
238 239 240 241 |
# File 'lib/gooddata/models/profile.rb', line 238 def first_name=(val) @dirty ||= first_name != val @json['accountSetting']['firstName'] = val end |