Method: SDM::Query#account_last_name
- Defined in:
- lib/models/porcelain.rb
#account_last_name ⇒ Object
The family name of the account performing this query, at the time the query was executed. If the account is later renamed, that change will not be reflected via this field.
11478 11479 11480 |
# File 'lib/models/porcelain.rb', line 11478 def account_last_name @account_last_name end |