Class: CirroIOV2::Responses::NotificationTopicPreferenceResponse

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



138
139
140
# File 'lib/cirro_io_v2/responses/responses.rb', line 138

def id
  @id
end

#notification_topic_idObject

Returns the value of attribute notification_topic_id

Returns:

  • (Object)

    the current value of notification_topic_id



138
139
140
# File 'lib/cirro_io_v2/responses/responses.rb', line 138

def notification_topic_id
  @notification_topic_id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



138
139
140
# File 'lib/cirro_io_v2/responses/responses.rb', line 138

def object
  @object
end

#preferencesObject

Returns the value of attribute preferences

Returns:

  • (Object)

    the current value of preferences



138
139
140
# File 'lib/cirro_io_v2/responses/responses.rb', line 138

def preferences
  @preferences
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



138
139
140
# File 'lib/cirro_io_v2/responses/responses.rb', line 138

def user_id
  @user_id
end