Class: Xberg::ProcessingWarning
- Inherits:
-
Object
- Object
- Xberg::ProcessingWarning
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#source ⇒ String
readonly
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ ProcessingWarning
constructor
A new instance of ProcessingWarning.
Constructor Details
#initialize ⇒ ProcessingWarning
Returns a new instance of ProcessingWarning.
947 |
# File 'sig/types.rbs', line 947
def initialize: (source: String, message: String) -> void
|
Instance Attribute Details
#message ⇒ String (readonly)
Returns the value of attribute message.
945 946 947 |
# File 'sig/types.rbs', line 945 def @message end |
#source ⇒ String (readonly)
Returns the value of attribute source.
944 945 946 |
# File 'sig/types.rbs', line 944 def source @source end |