Method: GoodData::Profile#last_name
- Defined in:
- lib/gooddata/models/profile.rb
#last_name ⇒ String
Gets the last name
256 257 258 |
# File 'lib/gooddata/models/profile.rb', line 256 def last_name @json['accountSetting']['lastName'] || '' end |