Class: Xberg::PstMetadata
- Inherits:
-
Object
- Object
- Xberg::PstMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#message_count ⇒ Integer
readonly
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.
2208 |
# File 'sig/types.rbs', line 2208
def initialize: (?message_count: Integer) -> void
|
Instance Attribute Details
#message_count ⇒ Integer (readonly)
Returns the value of attribute message_count.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def @message_count end |