class Seahorse::Model::Authorizer
Attributes
name[RW]
@return [String]
placement[RW]
@return [Hash]
type[RW]
@return [String]
Public Class Methods
new()
click to toggle source
# File lib/seahorse/model/authorizer.rb, line 7 def initialize @type = 'provided' @placement = {} end