Class: Foobara::Auth::CreateRole
- Defined in:
- foobara-auth-0.1.1/src/create_role.rb
Constant Summary
Constants included from TruncatedInspect
Instance Attribute Summary collapse
-
#role ⇒ Object
Returns the value of attribute role.
Instance Method Summary collapse
Methods inherited from Command
Methods included from TruncatedInspect
Methods included from Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Attribute Details
#role ⇒ Object
Returns the value of attribute role.
14 15 16 |
# File 'src/create_role.rb', line 14 def role @role end |