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.
1533 |
# File 'sig/types.rbs', line 1533
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.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def field_count @field_count end |
#fields ⇒ Array[DbfFieldInfo]?
Returns the value of attribute fields.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def fields @fields end |
#record_count ⇒ Integer?
Returns the value of attribute record_count.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def record_count @record_count end |