Class: YouKu::Message
- Inherits:
-
Object
- Object
- YouKu::Message
- Defined in:
- lib/youku/message.rb
Class Attribute Summary collapse
-
.appkey ⇒ Object
Returns the value of attribute appkey.
Instance Method Summary collapse
-
#initialize ⇒ Message
constructor
A new instance of Message.
- #send(url, params = {}) ⇒ Object
Constructor Details
#initialize ⇒ Message
Returns a new instance of Message.
10 11 |
# File 'lib/youku/message.rb', line 10 def initialize end |
Class Attribute Details
.appkey ⇒ Object
Returns the value of attribute appkey.
7 8 9 |
# File 'lib/youku/message.rb', line 7 def appkey @appkey end |