Class: Browsable::PolicyDetector::CallInfo
- Inherits:
-
Data
- Object
- Data
- Browsable::PolicyDetector::CallInfo
- Defined in:
- lib/browsable/policy_detector.rb
Overview
One allow_browser call: its resolved versions plus any only:/except: scope.
Instance Attribute Summary collapse
-
#except ⇒ Object
readonly
Returns the value of attribute except.
-
#only ⇒ Object
readonly
Returns the value of attribute only.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#except ⇒ Object (readonly)
Returns the value of attribute except
29 30 31 |
# File 'lib/browsable/policy_detector.rb', line 29 def except @except end |
#only ⇒ Object (readonly)
Returns the value of attribute only
29 30 31 |
# File 'lib/browsable/policy_detector.rb', line 29 def only @only end |
#result ⇒ Object (readonly)
Returns the value of attribute result
29 30 31 |
# File 'lib/browsable/policy_detector.rb', line 29 def result @result end |