Class: IGeTui::AppMessage
Instance Attribute Summary collapse
-
#app_id_list ⇒ Object
Returns the value of attribute app_id_list.
-
#phone_type_list ⇒ Object
Returns the value of attribute phone_type_list.
-
#province_list ⇒ Object
Returns the value of attribute province_list.
-
#tag_list ⇒ Object
Returns the value of attribute tag_list.
Attributes inherited from Message
#data, #is_offline, #offline_expire_time
Instance Method Summary collapse
-
#initialize ⇒ AppMessage
constructor
A new instance of AppMessage.
Constructor Details
#initialize ⇒ AppMessage
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_list ⇒ Object
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_list ⇒ Object
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_list ⇒ Object
Returns the value of attribute province_list.
16 17 18 |
# File 'lib/igetui/message.rb', line 16 def province_list @province_list end |
#tag_list ⇒ Object
Returns the value of attribute tag_list.
16 17 18 |
# File 'lib/igetui/message.rb', line 16 def tag_list @tag_list end |