Class: DefraRuby::Storm::GetUserDetailsResponse

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/defra_ruby/storm/responses/get_user_details_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseResponse

#initialize

Constructor Details

This class inherits a constructor from DefraRuby::Storm::BaseResponse

Instance Attribute Details

#alternative_numberObject

Returns the value of attribute alternative_number.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def alternative_number
  @alternative_number
end

#codeObject

Returns the value of attribute code.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def code
  @code
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def first_name
  @first_name
end

#home_telObject

Returns the value of attribute home_tel.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def home_tel
  @home_tel
end

#last_nameObject

Returns the value of attribute last_name.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def last_name
  @last_name
end

#mobileObject

Returns the value of attribute mobile.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def mobile
  @mobile
end

#personal_emaiObject

Returns the value of attribute personal_emai.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def personal_emai
  @personal_emai
end

#user_idObject

Returns the value of attribute user_id.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def user_id
  @user_id
end

#user_nameObject

Returns the value of attribute user_name.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def user_name
  @user_name
end

#work_emailObject

Returns the value of attribute work_email.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def work_email
  @work_email
end

#work_telObject

Returns the value of attribute work_tel.



6
7
8
# File 'lib/defra_ruby/storm/responses/get_user_details_response.rb', line 6

def work_tel
  @work_tel
end