Class: WinewooCore::Services::Authorizers::AuthorizationParams

Inherits:
Object
  • Object
show all
Defined in:
lib/winewoo_core/services/authorizers/authorization_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action.



7
8
9
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 7

def action
  @action
end

#callerObject

Returns the value of attribute caller.



4
5
6
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 4

def caller
  @caller
end

#resourceObject

Returns the value of attribute resource.



5
6
7
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 5

def resource
  @resource
end

#resource_typeObject

Returns the value of attribute resource_type.



6
7
8
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 6

def resource_type
  @resource_type
end