Class: Bulletproof::RuntimeWarning

Inherits:
Data
  • Object
show all
Defined in:
lib/bulletproof/runtime_warning.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



4
5
6
# File 'lib/bulletproof/runtime_warning.rb', line 4

def detail
  @detail
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



4
5
6
# File 'lib/bulletproof/runtime_warning.rb', line 4

def message
  @message
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



4
5
6
# File 'lib/bulletproof/runtime_warning.rb', line 4

def severity
  @severity
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/bulletproof/runtime_warning.rb', line 4

def type
  @type
end