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.
1491 |
# File 'sig/types.rbs', line 1491
def initialize: (?message_count: Integer) -> void
|
Instance Attribute Details
#message_count ⇒ Integer?
Returns the value of attribute message_count.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def @message_count end |