Class: Rich::Cms::Auth::Specs
- Inherits:
-
Object
- Object
- Rich::Cms::Auth::Specs
- Defined in:
- lib/rich/cms/auth.rb
Instance Attribute Summary collapse
-
#current_admin_method ⇒ Object
Returns the value of attribute current_admin_method.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#logic ⇒ Object
Returns the value of attribute logic.
Instance Method Summary collapse
Instance Attribute Details
#current_admin_method ⇒ Object
Returns the value of attribute current_admin_method.
78 79 80 |
# File 'lib/rich/cms/auth.rb', line 78 def current_admin_method @current_admin_method end |
#identifier ⇒ Object
Returns the value of attribute identifier.
78 79 80 |
# File 'lib/rich/cms/auth.rb', line 78 def identifier @identifier end |
#inputs ⇒ Object
Returns the value of attribute inputs.
78 79 80 |
# File 'lib/rich/cms/auth.rb', line 78 def inputs @inputs end |
#klass ⇒ Object
Returns the value of attribute klass.
78 79 80 |
# File 'lib/rich/cms/auth.rb', line 78 def klass @klass end |
#logic ⇒ Object
Returns the value of attribute logic.
78 79 80 |
# File 'lib/rich/cms/auth.rb', line 78 def logic @logic end |
Instance Method Details
#klass_symbol ⇒ Object
90 91 92 |
# File 'lib/rich/cms/auth.rb', line 90 def klass_symbol klass.name.underscore.gsub("/", "_").to_sym if klass end |