Class: Velocity::Instance::SearchCollection::Annotation

Inherits:
APIModel
  • Object
show all
Defined in:
lib/acceleration/velocity.rb

Overview

Interact with annotations on a collection.

TODO: implement

Instance Attribute Summary

Attributes inherited from APIModel

#instance

Instance Method Summary collapse

Methods inherited from APIModel

#method_missing, #resolve, #respond_to_missing?

Constructor Details

#initializeAnnotation

Create a new wrapper for the annotation functions.

Raises:

  • (NotImplementedError)


746
747
748
# File 'lib/acceleration/velocity.rb', line 746

def initialize
  raise NotImplementedError
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Velocity::Instance::APIModel

Instance Method Details

#prefixObject

The Annotation prefix is simply annotation.



741
742
743
# File 'lib/acceleration/velocity.rb', line 741

def prefix
  'annotation'
end