Class: Xberg::DbfFieldInfo
- Inherits:
-
Object
- Object
- Xberg::DbfFieldInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#field_type ⇒ String
readonly
Returns the value of attribute field_type.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ DbfFieldInfo
constructor
A new instance of DbfFieldInfo.
Constructor Details
#initialize ⇒ DbfFieldInfo
Returns a new instance of DbfFieldInfo.
1469 |
# File 'sig/types.rbs', line 1469
def initialize: (name: String, field_type: String) -> void
|
Instance Attribute Details
#field_type ⇒ String (readonly)
Returns the value of attribute field_type.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def field_type @field_type end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def name @name end |