class StoreAgent::Superuser

スーパーユーザーは全オブジェクトに対して全権限を持つ

super_user = StoreAgent::Superuser.new
super_user.workspace("ws").file("file.txt").create

Public Class Methods

new(*) click to toggle source
# File lib/store_agent/user.rb, line 90
def initialize(*)
  @identifiers = [StoreAgent.config.superuser_identifier]
end