Class: Schema::User

Inherits:
Base
  • Object
show all
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

Instance Attribute Details

#authObject

Returns the value of attribute auth.



70
71
72
# File 'lib/jungle_path/schema/auth.rb', line 70

def auth
  @auth
end

#passwordObject

Returns the value of attribute password.



70
71
72
# File 'lib/jungle_path/schema/auth.rb', line 70

def password
  @password
end

#query_filtersObject

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