class Alexandria::SmartLibrary::Rule::LeftOperand
Attributes
book_selector[RW]
Public Class Methods
new(book_selector, *args)
click to toggle source
Calls superclass method
# File lib/alexandria/smart_library.rb, line 276 def initialize(book_selector, *args) super(*args) @book_selector = book_selector end