Class: AvvoApi::Headshot

Inherits:
Base
  • Object
show all
Defined in:
lib/avvo_api/headshot.rb

Overview

Represents a professional’s headshot. Each professional only has one headshot, so finding a headshot should happen with the following call:

AvvoApi::Headshot.find(:one, :lawyer_id => l.id)

When using this model, The following attribute MUST be set:

  • lawyer_id

This model has the following attribute:

  • headshot_url: The url to the standard-size headshot.

Constant Summary

Constants inherited from Base

Base::API_VERSION