Class: Xberg::DbfMetadata
- Inherits:
-
Object
- Object
- Xberg::DbfMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#field_count ⇒ Integer?
Returns the value of attribute field_count.
-
#fields ⇒ Array[DbfFieldInfo]?
Returns the value of attribute fields.
-
#record_count ⇒ Integer?
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.
1451 |
# File 'sig/types.rbs', line 1451
def initialize: (?record_count: Integer, ?field_count: Integer, ?fields: Array[DbfFieldInfo]) -> void
|
Instance Attribute Details
#field_count ⇒ Integer?
Returns the value of attribute field_count.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def field_count @field_count end |
#fields ⇒ Array[DbfFieldInfo]?
Returns the value of attribute fields.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def fields @fields end |
#record_count ⇒ Integer?
Returns the value of attribute record_count.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def record_count @record_count end |