class GmsFunctions_2
2020.09.02 function for some procedure for get message status
Attributes
gms_func[RW]
Public Class Methods
new(gms_t_login, gms_t_password, gms_r_login, gms_r_password, telegram_api_url, telegram_chat_id)
click to toggle source
# File lib/imperituroard.rb, line 361 def initialize(gms_t_login, gms_t_password, gms_r_login, gms_r_password, telegram_api_url, telegram_chat_id) @gms_func = Gmsgms_2.new(gms_t_login, gms_t_password, gms_r_login, gms_r_password, telegram_api_url, telegram_chat_id) end
Public Instance Methods
get_r_status_external(external_id)
click to toggle source
# File lib/imperituroard.rb, line 369 def get_r_status_external(external_id) gms_func.get_r_status_external_2(external_id) end
get_t_status_external(external_id)
click to toggle source
# File lib/imperituroard.rb, line 365 def get_t_status_external(external_id) gms_func.get_t_status_external_2(external_id) end