class Refinery::Pages::FinderByTitle
Attributes
title[RW]
Public Class Methods
new(title)
click to toggle source
# File lib/refinery/pages/finder.rb, line 63 def initialize(title) @title = title @conditions = default_conditions end
Public Instance Methods
default_conditions()
click to toggle source
# File lib/refinery/pages/finder.rb, line 68 def default_conditions { :title => title } end