Class: TimestampAPI::User

Inherits:
Model
  • Object
show all
Defined in:
lib/timestamp_api/models/user.rb

Instance Attribute Summary

Attributes inherited from Model

#json_data

Instance Method Summary collapse

Methods inherited from Model

inherited, #initialize

Methods included from ModelDefaultAPIMethods

included

Methods included from ModelRelations

included

Methods included from ModelAttributes

included

Methods included from Utils

#camelize, #camelize_keys

Constructor Details

This class inherits a constructor from TimestampAPI::Model

Instance Method Details

#full_nameObject



8
9
10
# File 'lib/timestamp_api/models/user.rb', line 8

def full_name
  "#{first_name} #{last_name}"
end