Class: Bulletproof::RuntimeWarning
- Inherits:
-
Data
- Object
- Data
- Bulletproof::RuntimeWarning
- Defined in:
- lib/bulletproof/runtime_warning.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
4 5 6 |
# File 'lib/bulletproof/runtime_warning.rb', line 4 def detail @detail end |
#message ⇒ Object (readonly)
Returns the value of attribute message
4 5 6 |
# File 'lib/bulletproof/runtime_warning.rb', line 4 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
4 5 6 |
# File 'lib/bulletproof/runtime_warning.rb', line 4 def severity @severity end |
#type ⇒ Object (readonly)
Returns the value of attribute type
4 5 6 |
# File 'lib/bulletproof/runtime_warning.rb', line 4 def type @type end |