Class: Schema::User
- Defined in:
- lib/jungle_path/schema/auth.rb,
lib/jungle_path/schema/auth.rb,
lib/jungle_path/app/schemas/schema_all_in_one.rb,
lib/jungle_path/app/schemas/schema_all_in_one.rb
Overview
class Role < Schema::Base # use roles to group privileges and restrictions define( [:id, :primary_key], [:name, :string, :unique_index, [:name], :not_null], [:description, :string], [:audit_key] ) end
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#password ⇒ Object
Returns the value of attribute password.
-
#query_filters ⇒ Object
Returns the value of attribute query_filters.
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth.
70 71 72 |
# File 'lib/jungle_path/schema/auth.rb', line 70 def auth @auth end |
#password ⇒ Object
Returns the value of attribute password.
70 71 72 |
# File 'lib/jungle_path/schema/auth.rb', line 70 def password @password end |
#query_filters ⇒ Object
Returns the value of attribute query_filters.
70 71 72 |
# File 'lib/jungle_path/schema/auth.rb', line 70 def query_filters @query_filters end |