Method: Yt::Models::MatchPolicy#update

Defined in:
lib/yt/models/match_policy.rb

#update(attributes = {}) ⇒ Object



14
15
16
17
18
# File 'lib/yt/models/match_policy.rb', line 14

def update(attributes = {})
  underscore_keys! attributes
  do_patch body: attributes.slice(:policy_id)
  true
end