Class: Xberg::DbfMetadata
- Inherits:
-
Object
- Object
- Xberg::DbfMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#field_count ⇒ Integer
readonly
Returns the value of attribute field_count.
-
#fields ⇒ Array[DbfFieldInfo]
readonly
Returns the value of attribute fields.
-
#record_count ⇒ Integer
readonly
Returns the value of attribute record_count.
Instance Method Summary collapse
-
#initialize ⇒ DbfMetadata
constructor
A new instance of DbfMetadata.
Constructor Details
#initialize ⇒ DbfMetadata
Returns a new instance of DbfMetadata.
469 |
# File 'sig/types.rbs', line 469
def initialize: (?record_count: Integer, ?field_count: Integer, ?fields: Array[DbfFieldInfo]) -> void
|
Instance Attribute Details
#field_count ⇒ Integer (readonly)
Returns the value of attribute field_count.
466 467 468 |
# File 'sig/types.rbs', line 466 def field_count @field_count end |
#fields ⇒ Array[DbfFieldInfo] (readonly)
Returns the value of attribute fields.
467 468 469 |
# File 'sig/types.rbs', line 467 def fields @fields end |
#record_count ⇒ Integer (readonly)
Returns the value of attribute record_count.
465 466 467 |
# File 'sig/types.rbs', line 465 def record_count @record_count end |