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