Class: WinewooCore::Services::Authorizers::AuthorizationParams
- Inherits:
-
Object
- Object
- WinewooCore::Services::Authorizers::AuthorizationParams
- Defined in:
- lib/winewoo_core/services/authorizers/authorization_params.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#caller ⇒ Object
Returns the value of attribute caller.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#resource_type ⇒ Object
Returns the value of attribute resource_type.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
7 8 9 |
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 7 def action @action end |
#caller ⇒ Object
Returns the value of attribute caller.
4 5 6 |
# File 'lib/winewoo_core/services/authorizers/authorization_params.rb', line 4 def caller @caller end |
#resource ⇒ Object
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_type ⇒ Object
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 |