Method: SDM::Query#account_first_name
- Defined in:
- lib/models/porcelain.rb
#account_first_name ⇒ Object
The given 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.
6839 6840 6841 |
# File 'lib/models/porcelain.rb', line 6839 def account_first_name @account_first_name end |