Sha256: 3819825d9407420b293c5a097acb5bc43616ba48c06b0b7d723292bbe9d0549a
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
module DataDotGov module Objects class PostSecondary < Base def initialize(attributes = {}, _aliases = {}) super( attributes, # Aliases 'INSTNM' => 'institution_name', 'CHFTITLE' => 'chairman_title', 'CHFNM' => 'chairman_name', 'ADMINURL' => 'admin_url', 'FAIDURL' => 'financial_aid_url', 'GENTELE' => 'telephone', 'LANDGRNT' => 'land_grant' ) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
DataDotGov-0.1.0 | lib/DataDotGov/objects/post_secondary.rb |