Method: GoodData::Profile#last_name

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

#last_nameString

Gets the last name

Returns:

  • (String)

    Last name



256
257
258
# File 'lib/gooddata/models/profile.rb', line 256

def last_name
  @json['accountSetting']['lastName'] || ''
end