Sha256: 69d90232bcd6053460f5c41a05ff12f1d5bcf30a9c54479a31bd19dcb5c1f67f

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

module AthenaHealth
  class CustomFieldData < BaseModel
    attribute :customfieldvalue,    String
    attribute :customfieldid, Integer
    attribute :optionid, Integer
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
athena_health-2.0.4 lib/athena_health/custom_field_data.rb
athena_health-2.0.3 lib/athena_health/custom_field_data.rb
athena_health-2.0.2 lib/athena_health/custom_field_data.rb
athena_health-2.0.1 lib/athena_health/custom_field_data.rb
athena_health-2.0.0 lib/athena_health/custom_field_data.rb
athena_health-1.0.51 lib/athena_health/custom_field_data.rb