Class: Youku::V2::Base

Inherits:
Struct
  • Object
show all
Defined in:
lib/youku/v2/base.rb

Constant Summary collapse

BASE_URI =
"#{Youku::Client::BASE_URI}/v2"

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



5
6
7
# File 'lib/youku/v2/base.rb', line 5

def client
  @client
end