Skip to content

Commit

Permalink
Added some extra fields to Build class
Browse files Browse the repository at this point in the history
  • Loading branch information
mort666 committed Dec 29, 2012
1 parent e0fbe44 commit 16c35ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/veracode/api/builds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class Application < Veracode::Common::Base
api_field :business_criticality, :tag => :business_criticality
api_field :origin, :tag => :origin
api_field :business_unit, :tag => :business_unit
api_field :business_owner, :tag => :business_owner
api_field :modified_date, :tag => :modified_date
api_field :vendor, :tag => :vendor
api_field :tags, :tag => :tags

def cots?
Expand Down

0 comments on commit 16c35ec

Please sign in to comment.