Class: Console1984::Command

Inherits:
Base
  • Object
show all
Defined in:
app/models/console1984/command.rb

Instance Method Summary collapse

Instance Method Details

#sensitive?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'app/models/console1984/command.rb', line 10

def sensitive?
  sensitive_access.present?
end