Class: Productive::Person

Inherits:
BaseAccount show all
Defined in:
lib/productive/resources/person.rb

Constant Summary

Constants inherited from Base

Base::PER_PAGE

Instance Method Summary collapse

Methods inherited from BaseAccount

connection_options_setup

Methods inherited from Base

connection_object, connection_object=, connection_options, connection_options=, connection_options_setup, paginator_setup, query_builder_setup, reset_connection, setup, site, site=, site_setup

Instance Method Details

#nameObject



3
4
5
# File 'lib/productive/resources/person.rb', line 3

def name
  "#{first_name} #{last_name}".strip
end