Class: Xberg::ProcessingWarning

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeProcessingWarning

Returns a new instance of ProcessingWarning.

Parameters:

  • source: (String)
  • message: (String)


2186
# File 'sig/types.rbs', line 2186

def initialize: (source: String, message: String) -> void

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def message
  @message
end

#sourceString (readonly)

Returns the value of attribute source.

Returns:

  • (String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def source
  @source
end