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



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

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



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

def banned_with_reason
  @banned_with_reason
end

#birthdayObject

Returns the value of attribute birthday

Returns:

  • (Object)

    the current value of birthday



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

def birthday
  @birthday
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



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

def country_code
  @country_code
end

#epamObject

Returns the value of attribute epam

Returns:

  • (Object)

    the current value of epam



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

def epam
  @epam
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



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

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



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

def last_name
  @last_name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



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

def object
  @object
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



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

def time_zone
  @time_zone
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



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

def worker
  @worker
end