Class: CirroIOV2::Responses::NotificationBroadcastResponse

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



169
170
171
# File 'lib/cirro_io_v2/responses/responses.rb', line 169

def id
  @id
end

#notification_topic_idObject

Returns the value of attribute notification_topic_id

Returns:

  • (Object)

    the current value of notification_topic_id



169
170
171
# File 'lib/cirro_io_v2/responses/responses.rb', line 169

def notification_topic_id
  @notification_topic_id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



169
170
171
# File 'lib/cirro_io_v2/responses/responses.rb', line 169

def object
  @object
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



169
170
171
# File 'lib/cirro_io_v2/responses/responses.rb', line 169

def payload
  @payload
end

#recipientsObject

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



169
170
171
# File 'lib/cirro_io_v2/responses/responses.rb', line 169

def recipients
  @recipients
end