Sha256: 6289399083f1e3146b390f04b9c508a2fddd47fa4fa8bca80ee704d18c81b7e7
Contents?: true
Size: 581 Bytes
Versions: 2
Compression:
Stored size: 581 Bytes
Contents
# Represents a specialty. The following attribute MUST be set when # using this model: # # * lawyer_id # # This model has the following attributes: # # * id # * specialty_name: The name of this specialty. # * specialty_percent: The percent of time this professional spends in this specialty # * specialty_start_date: When this professional started practicing this specialty. # * number_cases_handled: The number of cases handled within this specialty # * description: Additional information about this specialty. # class AvvoApi::Specialty < 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/specialty.rb |
avvo_api-0.2.0 | lib/avvo_api/specialty.rb |