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.
936 |
# File 'sig/types.rbs', line 936
def initialize: (source: String, message: String) -> void
|
Instance Attribute Details
#message ⇒ String (readonly)
Returns the value of attribute message.
934 935 936 |
# File 'sig/types.rbs', line 934 def @message end |
#source ⇒ String (readonly)
Returns the value of attribute source.
933 934 935 |
# File 'sig/types.rbs', line 933 def source @source end |