Method: Roi#retrieve

Defined in:
lib/roi/roi.rb

#retrieve(*args) ⇒ Object

Public: Placeholder for retrieve, which must be implemented by each Roi type.



85
86
87
# File 'lib/roi/roi.rb', line 85

def retrieve(*args)
  raise "#{self.class.name} does not implement special method `retrieve'"
end