Class: Imagga::RankResultBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/imagga/rank_result_builder.rb

Instance Method Summary collapse

Instance Method Details

#build_from(result) ⇒ Object



4
5
6
# File 'lib/imagga/rank_result_builder.rb', line 4

def build_from(result)
  result['rank_similarity'].map { |rank| RankSimilarity.new(rank) }
end