Class: Easy::Resources::Redmine::User

Inherits:
RedmineBase show all
Defined in:
lib/easy/resources/redmine/user.rb

Instance Method Summary collapse

Methods inherited from RedmineBase

configure, #errors, get_all, headers, retrieve_total

Methods inherited from Easy::Resource

#becomes, configure, configure_bearer, #patch, #update_column, #update_columns

Instance Method Details

#nameObject



8
9
10
# File 'lib/easy/resources/redmine/user.rb', line 8

def name
  "#{firstname} #{lastname}"
end