Class: MOCO::User

Inherits:
BaseEntity show all
Defined in:
lib/moco/entities.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

#==, #eql?, #hash, #to_h, #to_json

Instance Attribute Details

#firstnameObject

Returns the value of attribute firstname.



82
83
84
# File 'lib/moco/entities.rb', line 82

def firstname
  @firstname
end

#idObject

Returns the value of attribute id.



82
83
84
# File 'lib/moco/entities.rb', line 82

def id
  @id
end

#lastnameObject

Returns the value of attribute lastname.



82
83
84
# File 'lib/moco/entities.rb', line 82

def lastname
  @lastname
end