Class: WizAcl::Aco

Inherits:
Object
  • Object
show all
Defined in:
lib/wizdog/acl/aco.rb

Direct Known Subclasses

MenuItem

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = "*") ⇒ Aco

Returns a new instance of Aco.



7
8
9
# File 'lib/wizdog/acl/aco.rb', line 7

def initialize(id = "*")
  @aco_id = id
end

Instance Attribute Details

#aco_idObject

Returns the value of attribute aco_id.



5
6
7
# File 'lib/wizdog/acl/aco.rb', line 5

def aco_id
  @aco_id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/wizdog/acl/aco.rb', line 5

def name
  @name
end

Instance Method Details

#aro_parentsObject



11
12
13
# File 'lib/wizdog/acl/aco.rb', line 11

def aro_parents
  {}
end