Method: Weibo::Base#initialize
- Defined in:
- lib/weibo/base.rb
#initialize(client) ⇒ Base
Returns a new instance of Base.
12 13 14 |
# File 'lib/weibo/base.rb', line 12 def initialize(client) @client = client end |
Returns a new instance of Base.
12 13 14 |
# File 'lib/weibo/base.rb', line 12 def initialize(client) @client = client end |