Class: Umengo::Client
Instance Attribute Summary collapse
-
#app_master_secretm ⇒ Object
Returns the value of attribute app_master_secretm.
-
#appkey ⇒ Object
Returns the value of attribute appkey.
-
#plantform ⇒ Object
Returns the value of attribute plantform.
Instance Method Summary collapse
-
#initialize(appkey, app_master_secret, plantform) ⇒ Client
constructor
A new instance of Client.
Methods included from Req
#broadcast, #listcast, #unicast
Methods included from Service
Methods included from Util
Constructor Details
#initialize(appkey, app_master_secret, plantform) ⇒ Client
Returns a new instance of Client.
13 14 15 16 17 |
# File 'lib/umengo/client.rb', line 13 def initialize(appkey, app_master_secret, plantform) @plantform = plantform @appkey = appkey @app_master_secret = app_master_secret end |
Instance Attribute Details
#app_master_secretm ⇒ Object
Returns the value of attribute app_master_secretm.
11 12 13 |
# File 'lib/umengo/client.rb', line 11 def app_master_secretm @app_master_secretm end |
#appkey ⇒ Object
Returns the value of attribute appkey.
11 12 13 |
# File 'lib/umengo/client.rb', line 11 def appkey @appkey end |
#plantform ⇒ Object
Returns the value of attribute plantform.
11 12 13 |
# File 'lib/umengo/client.rb', line 11 def plantform @plantform end |