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