class TimestampAPI::User

Public Instance Methods

full_name() click to toggle source
# File lib/timestamp_api/models/user.rb, line 8
def full_name
  "#{first_name} #{last_name}"
end