Class: CirroIOV2::Responses::UserResponse

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/cirro_io_v2/responses/responses.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#initialize

Instance Attribute Details

#anonymous_emailObject

Returns the value of attribute anonymous_email

Returns:

  • (Object)

    the current value of anonymous_email



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def anonymous_email
  @anonymous_email
end

#banned_with_reasonObject

Returns the value of attribute banned_with_reason

Returns:

  • (Object)

    the current value of banned_with_reason



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def banned_with_reason
  @banned_with_reason
end

#birthdayObject

Returns the value of attribute birthday

Returns:

  • (Object)

    the current value of birthday



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def birthday
  @birthday
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def country_code
  @country_code
end

#epamObject

Returns the value of attribute epam

Returns:

  • (Object)

    the current value of epam



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def epam
  @epam
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def last_name
  @last_name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def object
  @object
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def time_zone
  @time_zone
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



27
28
29
# File 'lib/cirro_io_v2/responses/responses.rb', line 27

def worker
  @worker
end