Class: Mook::Model
- Inherits:
-
Object
- Object
- Mook::Model
- Defined in:
- lib/mook/model.rb
Instance Method Summary collapse
- #binding ⇒ Object
-
#initialize(site, page) ⇒ Model
constructor
A new instance of Model.
Constructor Details
#initialize(site, page) ⇒ Model
Returns a new instance of Model.
3 4 5 6 |
# File 'lib/mook/model.rb', line 3 def initialize(site, page) @site = site @page = page end |
Instance Method Details
#binding ⇒ Object
8 9 10 |
# File 'lib/mook/model.rb', line 8 def binding super end |