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)


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

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

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


934
935
936
# File 'sig/types.rbs', line 934

def message
  @message
end

#sourceString (readonly)

Returns the value of attribute source.

Returns:

  • (String)


933
934
935
# File 'sig/types.rbs', line 933

def source
  @source
end