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