Method: Yt::Models::MatchPolicy#initialize
- Defined in:
- lib/yt/models/match_policy.rb
#initialize(options = {}) ⇒ MatchPolicy
Returns a new instance of MatchPolicy.
9 10 11 12 |
# File 'lib/yt/models/match_policy.rb', line 9 def initialize( = {}) @asset_id = [:asset_id] @auth = [:auth] end |