Sha256: 8abd96577d2c2814c02e48d03ab4946e3837a804445f6bc38bc4dcd6f4d2b60b
Contents?: true
Size: 369 Bytes
Versions: 75
Compression:
Stored size: 369 Bytes
Contents
module EgovUtils class NaturalPersonSchema < AzaharaSchema::ModelSchema def main_attribute_name 'fullname' end def initialize_available_attributes @available_attributes ||= [] @available_attributes << AzaharaSchema::DerivedAttribute.new(model, 'fullname', :concat, 'firstname', 'lastname', schema: self) super end end end
Version data entries
75 entries across 75 versions & 1 rubygems