Class: Xberg::EmailConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEmailConfig

Returns a new instance of EmailConfig.

Parameters:

  • msg_fallback_codepage: (Integer)


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

def initialize: (?msg_fallback_codepage: Integer) -> void

Instance Attribute Details

#msg_fallback_codepageInteger?

Returns the value of attribute msg_fallback_codepage.

Returns:

  • (Integer, nil)


57
58
59
# File 'sig/types.rbs', line 57

def msg_fallback_codepage
  @msg_fallback_codepage
end