Class: Splunker::Models::Search::Saved
- Defined in:
- lib/splunker/models/search/saved.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
client, #initialize, #method_missing, my_service_path, #respond_to?, service_path
Methods included from Finders
Constructor Details
This class inherits a constructor from Splunker::Models::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Splunker::Models::Resource
Instance Method Details
#history ⇒ Object
7 8 9 |
# File 'lib/splunker/models/search/saved.rb', line 7 def history History.find_as_subresource(Saved.my_service_path, self.title, "history") end |