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



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

def id
  @id
end

#notification_topic_idObject

Returns the value of attribute notification_topic_id



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

def notification_topic_id
  @notification_topic_id
end

#objectObject

Returns the value of attribute object



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

def object
  @object
end

#payloadObject

Returns the value of attribute payload



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

def payload
  @payload
end

#recipientsObject

Returns the value of attribute recipients



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

def recipients
  @recipients
end