Class: Active::Services::User

Inherits:
Object
  • Object
show all
Defined in:
lib/services/dto/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/services/dto/user.rb', line 5

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



5
6
7
# File 'lib/services/dto/user.rb', line 5

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



5
6
7
# File 'lib/services/dto/user.rb', line 5

def last_name
  @last_name
end

#phoneObject

Returns the value of attribute phone.



5
6
7
# File 'lib/services/dto/user.rb', line 5

def phone
  @phone
end