Class: Browsable::PolicyDetector::CallInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/browsable/policy_detector.rb

Overview

One allow_browser call: its resolved versions plus any only:/except: scope.

Instance Attribute Summary collapse

Instance Attribute Details

#exceptObject (readonly)

Returns the value of attribute except

Returns:

  • (Object)

    the current value of except



29
30
31
# File 'lib/browsable/policy_detector.rb', line 29

def except
  @except
end

#onlyObject (readonly)

Returns the value of attribute only

Returns:

  • (Object)

    the current value of only



29
30
31
# File 'lib/browsable/policy_detector.rb', line 29

def only
  @only
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



29
30
31
# File 'lib/browsable/policy_detector.rb', line 29

def result
  @result
end