Sha256: 6f888cf8cd5fb8052db831862a3c932f367a9c6908f7cc4efbe529781506d522
Contents?: true
Size: 511 Bytes
Versions: 2
Compression:
Stored size: 511 Bytes
Contents
# Represents a lawyer on Avvo. Attributes include: # # * id: The id of this lawyer # * firstname: the first name of this lawyer # * middlename: the middle name of this lawyer # * lastname: the last name of this lawyer # * suffix: the suffix of the lawyer's name # * email_address # * website_url # class AvvoApi::Lawyer < AvvoApi::Base has_many :addresses has_many :reviews has_many :schools has_many :languages has_many :specialties has_one :headshot include AvvoApi::ProfessionalMethods end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.1.1 | lib/avvo_api/lawyer.rb |
avvo_api-0.1.0 | lib/avvo_api/lawyer.rb |