Class: AuthLh::Role

Inherits:
Object
  • Object
show all
Defined in:
lib/auth_lh/role.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Role

Returns a new instance of Role.



5
6
7
8
9
# File 'lib/auth_lh/role.rb', line 5

def initialize(attributes={})
  attributes.each do |k,v|
    self.send("#{k}=", v)
  end
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/auth_lh/role.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/auth_lh/role.rb', line 3

def name
  @name
end

#positionObject

Returns the value of attribute position.



3
4
5
# File 'lib/auth_lh/role.rb', line 3

def position
  @position
end