Class: IGeTui::AppMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/igetui/message.rb

Instance Attribute Summary collapse

Attributes inherited from Message

#data, #is_offline, #offline_expire_time

Instance Method Summary collapse

Constructor Details

#initializeAppMessage

Returns a new instance of AppMessage.



18
19
20
21
22
23
24
# File 'lib/igetui/message.rb', line 18

def initialize
  super
  @app_id_list = []
  @phone_type_list = []
  @province_list = []
  @tag_list = []
end

Instance Attribute Details

#app_id_listObject

Returns the value of attribute app_id_list.



16
17
18
# File 'lib/igetui/message.rb', line 16

def app_id_list
  @app_id_list
end

#phone_type_listObject

Returns the value of attribute phone_type_list.



16
17
18
# File 'lib/igetui/message.rb', line 16

def phone_type_list
  @phone_type_list
end

#province_listObject

Returns the value of attribute province_list.



16
17
18
# File 'lib/igetui/message.rb', line 16

def province_list
  @province_list
end

#tag_listObject

Returns the value of attribute tag_list.



16
17
18
# File 'lib/igetui/message.rb', line 16

def tag_list
  @tag_list
end