Class: CirroIOV2::Responses::UserResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::UserResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#anonymous_email ⇒ Object
Returns the value of attribute anonymous_email.
-
#banned_with_reason ⇒ Object
Returns the value of attribute banned_with_reason.
-
#birthday ⇒ Object
Returns the value of attribute birthday.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#epam ⇒ Object
Returns the value of attribute epam.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#object ⇒ Object
Returns the value of attribute object.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#worker ⇒ Object
Returns the value of attribute worker.
Method Summary
Methods included from Base
Instance Attribute Details
#anonymous_email ⇒ Object
Returns the value of attribute anonymous_email
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def anonymous_email @anonymous_email end |
#banned_with_reason ⇒ Object
Returns the value of attribute banned_with_reason
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def banned_with_reason @banned_with_reason end |
#birthday ⇒ Object
Returns the value of attribute birthday
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def birthday @birthday end |
#country_code ⇒ Object
Returns the value of attribute country_code
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def country_code @country_code end |
#epam ⇒ Object
Returns the value of attribute epam
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def epam @epam end |
#first_name ⇒ Object
Returns the value of attribute first_name
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def last_name @last_name end |
#object ⇒ Object
Returns the value of attribute object
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def object @object end |
#time_zone ⇒ Object
Returns the value of attribute time_zone
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def time_zone @time_zone end |
#worker ⇒ Object
Returns the value of attribute worker
26 27 28 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 26 def worker @worker end |