Module: Hecks::Bluebook::Behaviour::Query
- Included in:
- Query
- Defined in:
- lib/hecks/bluebook/behaviour/query.rb
Overview
WHAT A QUERY DOES beyond holding its declared shape.
Instance Method Summary collapse
Instance Method Details
#attribute(named) ⇒ Object
6 |
# File 'lib/hecks/bluebook/behaviour/query.rb', line 6 def attribute(named) = @attributes.find { |a| a.name == named.to_sym } |