Class: Tinybucket::Resource::User::Base
- Defined in:
- lib/tinybucket/resource/user/base.rb
Instance Method Summary collapse
-
#initialize(user_name, options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(user_name, options) ⇒ Base
Returns a new instance of Base.
7 8 9 10 |
# File 'lib/tinybucket/resource/user/base.rb', line 7 def initialize(user_name, ) @user_name = user_name @args = [] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tinybucket::Resource::Base