Sha256: db843c4d732f61f1ef9a106c9555efdb9230ae1f478b7a1f9615ab38311c93f3
Contents?: true
Size: 628 Bytes
Versions: 2
Compression:
Stored size: 628 Bytes
Contents
# Represents a specialty. One of the following attributes MUST # be set when using this model: # # * doctor_id # * 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 belongs_to :doctor end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.1.1 | lib/avvo_api/specialty.rb |
avvo_api-0.1.0 | lib/avvo_api/specialty.rb |