Class: Rich::Cms::Auth::Specs

Inherits:
Object
  • Object
show all
Defined in:
lib/rich/cms/auth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#current_admin_methodObject

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

#identifierObject

Returns the value of attribute identifier.



78
79
80
# File 'lib/rich/cms/auth.rb', line 78

def identifier
  @identifier
end

#inputsObject

Returns the value of attribute inputs.



78
79
80
# File 'lib/rich/cms/auth.rb', line 78

def inputs
  @inputs
end

#klassObject

Returns the value of attribute klass.



78
79
80
# File 'lib/rich/cms/auth.rb', line 78

def klass
  @klass
end

#logicObject

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_symbolObject



90
91
92
# File 'lib/rich/cms/auth.rb', line 90

def klass_symbol
  klass.name.underscore.gsub("/", "_").to_sym if klass
end