lib/diesel/swagger/security_definition.rb in diesel-api-dsl-0.1.1 vs lib/diesel/swagger/security_definition.rb in diesel-api-dsl-0.1.2
- old
+ new
@@ -10,9 +10,10 @@
attribute :name
attribute :in, symbolize: true
attribute :flow
attribute :authorization_url
attribute :token_url
+ attribute :scopes
def initialize(id)
super()
@id = id
end