Class: Seahorse::Model::Authorizer
- Inherits:
-
Object
- Object
- Seahorse::Model::Authorizer
- Defined in:
- lib/seahorse/model/authorizer.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Authorizer
constructor
A new instance of Authorizer.
Constructor Details
#initialize ⇒ Authorizer
Returns a new instance of Authorizer.
7 8 9 10 |
# File 'lib/seahorse/model/authorizer.rb', line 7 def initialize @type = 'provided' @placement = {} end |
Instance Attribute Details
#name ⇒ String
13 14 15 |
# File 'lib/seahorse/model/authorizer.rb', line 13 def name @name end |
#placement ⇒ Hash
19 20 21 |
# File 'lib/seahorse/model/authorizer.rb', line 19 def placement @placement end |
#type ⇒ String
16 17 18 |
# File 'lib/seahorse/model/authorizer.rb', line 16 def type @type end |