Class: CirroIOV2::Responses::NotificationTopicResponse

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



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def name
  @name
end

#notification_layout_idObject

Returns the value of attribute notification_layout_id

Returns:

  • (Object)

    the current value of notification_layout_id



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def notification_layout_id
  @notification_layout_id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def object
  @object
end

#preferencesObject

Returns the value of attribute preferences

Returns:

  • (Object)

    the current value of preferences



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def preferences
  @preferences
end

#templatesObject

Returns the value of attribute templates

Returns:

  • (Object)

    the current value of templates



160
161
162
# File 'lib/cirro_io_v2/responses/responses.rb', line 160

def templates
  @templates
end