Class: CanTango::Permits::AccountPermit::Builder
- Inherits:
-
CanTango::PermitEngine::Builder::Base
- Object
- CanTango::PermitEngine::Builder::Base
- CanTango::Permits::AccountPermit::Builder
- Defined in:
- lib/cantango/permits/account_permit/builder.rb
Instance Attribute Summary
Attributes inherited from CanTango::PermitEngine::Builder::Base
Instance Method Summary collapse
-
#build ⇒ Array<RoleGroupPermit::Base>
builds a list of Permits for each role of the current ability user (or account).
- #name ⇒ Object
Methods inherited from CanTango::PermitEngine::Builder::Base
Methods included from Helpers::Debug
Constructor Details
This class inherits a constructor from CanTango::PermitEngine::Builder::Base
Instance Method Details
#build ⇒ Array<RoleGroupPermit::Base>
builds a list of Permits for each role of the current ability user (or account)
9 10 11 12 13 |
# File 'lib/cantango/permits/account_permit/builder.rb', line 9 def build return [] if !user_account puts debug_msg if CanTango.debug? [permit].compact end |
#name ⇒ Object
15 16 17 |
# File 'lib/cantango/permits/account_permit/builder.rb', line 15 def name :account end |