Sha256: 6019e28c658c8d5ee67860f86490acaadf9143a78c31b65d60ac8858f470fff8
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# Represents a school attended by a professional. The following # attribute MUST be set when using this model: # # * lawyer_id # # This model has the following attributes: # # * id # * name: The name of the school. When set, this will be resolved by Avvo. # * degree_level_name: The level of degree awarded at this school. BA, BS, JD, etc. Will be resolved by Avvo. # * degree_area_name: Major or area of study. Will be resolved by Avvo. # * graduation_date: The date the professional graduated from this school. # class AvvoApi::School < AvvoApi::Base belongs_to :lawyer end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.2.1 | lib/avvo_api/school.rb |
avvo_api-0.2.0 | lib/avvo_api/school.rb |