Class: Youku::V2::Base
- Inherits:
-
Struct
- Object
- Struct
- Youku::V2::Base
- Defined in:
- lib/youku/v2/base.rb
Direct Known Subclasses
Comments, Comments::Hot, Schemas, Schemas::Video, Searches, Searches::Video, Users, Users::Friendship, Videos, Videos::Favorite
Constant Summary collapse
- BASE_URI =
"#{Youku::Client::BASE_URI}/v2"
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
5 6 7 |
# File 'lib/youku/v2/base.rb', line 5 def client @client end |