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.
1507 |
# File 'sig/types.rbs', line 1507
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.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def field_count @field_count end |
#fields ⇒ Array[DbfFieldInfo]?
Returns the value of attribute fields.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def fields @fields end |
#record_count ⇒ Integer?
Returns the value of attribute record_count.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def record_count @record_count end |