Class: Zelda::Serie
Class Method Summary collapse
Instance Method Summary collapse
- #afleveringen(van = nil, tot = nil) ⇒ Object
- #past_afleveringen ⇒ Object
- #upcoming_afleveringen ⇒ Object
Methods inherited from Base
#attributes, #initialize, #method_missing
Constructor Details
This class inherits a constructor from Zelda::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zelda::Base
Class Method Details
Instance Method Details
#afleveringen(van = nil, tot = nil) ⇒ Object
18 19 20 |
# File 'lib/zelda/serie.rb', line 18 def afleveringen(van=nil, tot=nil) get_afleveringen(:van => van, :tot => tot) end |
#past_afleveringen ⇒ Object
26 27 28 |
# File 'lib/zelda/serie.rb', line 26 def past_afleveringen get_afleveringen(:collection => "past") end |
#upcoming_afleveringen ⇒ Object
22 23 24 |
# File 'lib/zelda/serie.rb', line 22 def upcoming_afleveringen get_afleveringen(:collection => "upcoming") end |