Sha256: 3b0900e9dbd22cf72e3eca033e6b8325df3dd659023c1d631ed423379a58672e
Contents?: true
Size: 301 Bytes
Versions: 12
Compression:
Stored size: 301 Bytes
Contents
module EgovUtils class PersonSchema < AzaharaSchema::ModelSchema def main_attribute_name 'fullname' end def initialize_available_attributes @available_attributes ||= [] @available_attributes << Fullname.new(model, 'fullname', 'string') super end end end
Version data entries
12 entries across 12 versions & 1 rubygems