Class: Xberg::EmailConfig
- Inherits:
-
Object
- Object
- Xberg::EmailConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#msg_fallback_codepage ⇒ Integer?
Returns the value of attribute msg_fallback_codepage.
Instance Method Summary collapse
-
#initialize ⇒ EmailConfig
constructor
A new instance of EmailConfig.
Constructor Details
#initialize ⇒ EmailConfig
Returns a new instance of EmailConfig.
59 |
# File 'sig/types.rbs', line 59
def initialize: (?msg_fallback_codepage: Integer) -> void
|
Instance Attribute Details
#msg_fallback_codepage ⇒ Integer?
Returns the value of attribute msg_fallback_codepage.
57 58 59 |
# File 'sig/types.rbs', line 57 def msg_fallback_codepage @msg_fallback_codepage end |