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.
1458 |
# File 'sig/types.rbs', line 1458
def initialize: (name: String, field_type: String) -> void
|
Instance Attribute Details
#field_type ⇒ String (readonly)
Returns the value of attribute field_type.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def field_type @field_type end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def name @name end |