Class: CirroIOV2::Responses::UserNotificationPreferenceResponse

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

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



51
52
53
# File 'lib/cirro_io_v2/responses/responses.rb', line 51

def id
  @id
end

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



51
52
53
# File 'lib/cirro_io_v2/responses/responses.rb', line 51

def locale
  @locale
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



51
52
53
# File 'lib/cirro_io_v2/responses/responses.rb', line 51

def object
  @object
end

#topicsObject

Returns the value of attribute topics

Returns:

  • (Object)

    the current value of topics



51
52
53
# File 'lib/cirro_io_v2/responses/responses.rb', line 51

def topics
  @topics
end