Class: Shelbytv::UserProxy
- Inherits:
-
Object
- Object
- Shelbytv::UserProxy
- Defined in:
- lib/shelbytv/user_proxy.rb
Instance Method Summary collapse
- #find(id) ⇒ Object
-
#initialize(shelbytv) ⇒ UserProxy
constructor
A new instance of UserProxy.
Constructor Details
#initialize(shelbytv) ⇒ UserProxy
Returns a new instance of UserProxy.
3 4 5 |
# File 'lib/shelbytv/user_proxy.rb', line 3 def initialize(shelbytv) @shelbytv = shelbytv end |