Sha256: dbc3f62da03b5d50efed6e22c1a40de0d1240562dc4eef0b0a0661627793d306

Contents?: true

Size: 385 Bytes

Versions: 76

Compression:

Stored size: 385 Bytes

Contents

module EgovUtils
  class PersonSchema < AzaharaSchema::ModelSchema

    def main_attribute_name
      'fullname'
    end

    def initialize_available_attributes
      @available_attributes ||= []
      @available_attributes << AzaharaSchema::DerivedAttribute.new(model, 'fullname', :concat, 'natural_person-fullname', 'legal_person-name', schema: self)
      super
    end

  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
egov_utils-1.4.1 app/schemas/egov_utils/person_schema.rb
egov_utils-1.4.0 app/schemas/egov_utils/person_schema.rb
egov_utils-1.3.0 app/schemas/egov_utils/person_schema.rb
egov_utils-1.2.4 app/schemas/egov_utils/person_schema.rb
egov_utils-1.2.3 app/schemas/egov_utils/person_schema.rb
egov_utils-1.2.2 app/schemas/egov_utils/person_schema.rb
egov_utils-1.2.1 app/schemas/egov_utils/person_schema.rb
egov_utils-1.2.0 app/schemas/egov_utils/person_schema.rb
egov_utils-1.1.1 app/schemas/egov_utils/person_schema.rb
egov_utils-1.1.0 app/schemas/egov_utils/person_schema.rb
egov_utils-1.0.3 app/schemas/egov_utils/person_schema.rb
egov_utils-1.0.2 app/schemas/egov_utils/person_schema.rb
egov_utils-1.0.1 app/schemas/egov_utils/person_schema.rb
egov_utils-1.0.0 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.5 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.4 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.3 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.2 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.1 app/schemas/egov_utils/person_schema.rb
egov_utils-0.7.0 app/schemas/egov_utils/person_schema.rb