Sha256: c21291c949eb5b5c488fd1baeeb5a9184dec3f9ee41066399de68c9ee021f541
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
# Represents a language. The following attribute MUST # be set when using this model: # # * lawyer_id # # This model has the following attributes: # # * id # * name: The language name. # * specialty_id: The language id. 'name' takes priority over this if both are set. # class AvvoApi::Language < 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/language.rb |
avvo_api-0.2.0 | lib/avvo_api/language.rb |