Class: RuneBlog::Widget::Bydates
- Inherits:
-
Object
- Object
- RuneBlog::Widget::Bydates
- Defined in:
- lib/widgets/bydates/bydates.rb
Instance Method Summary collapse
- #build ⇒ Object
- #edit_menu ⇒ Object
-
#initialize(repo) ⇒ Bydates
constructor
A new instance of Bydates.
- #refresh ⇒ Object
Constructor Details
#initialize(repo) ⇒ Bydates
Returns a new instance of Bydates.
5 6 7 |
# File 'lib/widgets/bydates/bydates.rb', line 5 def initialize(repo) @blog = repo end |
Instance Method Details
#build ⇒ Object
9 10 |
# File 'lib/widgets/bydates/bydates.rb', line 9 def build end |
#edit_menu ⇒ Object
12 13 |
# File 'lib/widgets/bydates/bydates.rb', line 12 def end |
#refresh ⇒ Object
15 16 |
# File 'lib/widgets/bydates/bydates.rb', line 15 def refresh end |