mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-11 04:58:16 +03:00
Remove chmod duplicated method
This commit is contained in:
parent
becaa2e57e
commit
47eceaa858
@ -79,10 +79,6 @@ module OpenNebulaJSON
|
||||
super(params['owner_id'].to_i,params['group_id'].to_i)
|
||||
end
|
||||
|
||||
def chmod_octet(params=Hash.new)
|
||||
super(params['octet'])
|
||||
end
|
||||
|
||||
def chmod(params=Hash.new)
|
||||
if params['octet']
|
||||
super.chmod_octet(params['octet'])
|
||||
|
@ -72,10 +72,6 @@ module OpenNebulaJSON
|
||||
super(params['owner_id'].to_i,params['group_id'].to_i)
|
||||
end
|
||||
|
||||
def chmod(params=Hash.new)
|
||||
super(params['octet'])
|
||||
end
|
||||
|
||||
def chmod(params=Hash.new)
|
||||
if params['octet']
|
||||
super.chmod_octet(params['octet'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user