Class: BCSQueryParams
- Inherits:
-
ParamsBase
- Object
- ParamsBase
- BCSQueryParams
- Defined in:
- lib/models.rb
Instance Attribute Summary collapse
-
#q ⇒ Object
Returns the value of attribute q.
Method Summary
Methods inherited from ParamsBase
Constructor Details
This class inherits a constructor from ParamsBase
Instance Attribute Details
#q ⇒ Object
Returns the value of attribute q.
16 17 18 |
# File 'lib/models.rb', line 16 def q @q end |