Class: Xberg::DbfFieldInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDbfFieldInfo

Returns a new instance of DbfFieldInfo.

Parameters:

  • name: (String)
  • field_type: (String)


1458
# File 'sig/types.rbs', line 1458

def initialize: (name: String, field_type: String) -> void

Instance Attribute Details

#field_typeString (readonly)

Returns the value of attribute field_type.

Returns:

  • (String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def field_type
  @field_type
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def name
  @name
end