Class: Alexandria::SmartLibrary::Rule::LeftOperand
- Defined in:
- lib/alexandria/smart_library.rb
Instance Attribute Summary collapse
-
#book_selector ⇒ Object
Returns the value of attribute book_selector.
Attributes inherited from Operand
Instance Method Summary collapse
-
#initialize(book_selector) ⇒ LeftOperand
constructor
A new instance of LeftOperand.
Methods inherited from Operand
Constructor Details
#initialize(book_selector) ⇒ LeftOperand
Returns a new instance of LeftOperand.
278 279 280 281 |
# File 'lib/alexandria/smart_library.rb', line 278 def initialize(book_selector, *) super(*) @book_selector = book_selector end |
Instance Attribute Details
#book_selector ⇒ Object
Returns the value of attribute book_selector.
276 277 278 |
# File 'lib/alexandria/smart_library.rb', line 276 def book_selector @book_selector end |