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)


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

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

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


945
946
947
# File 'sig/types.rbs', line 945

def message
  @message
end

#sourceString (readonly)

Returns the value of attribute source.

Returns:

  • (String)


944
945
946
# File 'sig/types.rbs', line 944

def source
  @source
end