Sha256: d1f00ef705217a09f4e087b3aef397d5a8bef53a7023c627d6c2cae89fdb2e65
Contents?: true
Size: 659 Bytes
Versions: 3
Compression:
Stored size: 659 Bytes
Contents
module FBO module Notices class Award < Struct.new(:date, :year, :zip, :class_code, :naics_code, :agency, :office, :location, :office_address, :subject, :solicitation_number, :notice_type, :description, :contact_info, :award_number, :award_amount, :line_number, :award_date, :archive_date, :awardee, :awardee_duns, :link_url, :link_description, :email_address, :email_description, :setaside, :correction) include FBO::Notice end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fbo-0.0.3 | lib/fbo/notices/award.rb |
fbo-0.0.2 | lib/fbo/notices/award.rb |
fbo-0.0.1 | lib/fbo/notices/award.rb |