Class: Search
- Inherits:
-
Object
- Object
- Search
- Defined in:
- lib/metasploit/framework/data_service/stubs/search.rb
Instance Attribute Summary collapse
-
#projections ⇒ Object
Returns the value of attribute projections.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#projections ⇒ Object
Returns the value of attribute projections.
3 4 5 |
# File 'lib/metasploit/framework/data_service/stubs/search.rb', line 3 def projections @projections end |
#query ⇒ Object
Returns the value of attribute query.
2 3 4 |
# File 'lib/metasploit/framework/data_service/stubs/search.rb', line 2 def query @query end |