Class: Maventa::Analysis
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Maventa::Resource
Instance Method Details
#get_definitions ⇒ Object
3 4 5 |
# File 'lib/maventa/analysis.rb', line 3 def get_definitions raise "Not implemented" end |
#show ⇒ Object
7 8 9 |
# File 'lib/maventa/analysis.rb', line 7 def show raise "Not implemented" end |
#trigger ⇒ Object
11 12 13 |
# File 'lib/maventa/analysis.rb', line 11 def trigger raise "Not implemented" end |