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