Class: Bhf::Data::Column

Inherits:
Object
  • Object
show all
Defined in:
lib/bhf/data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(field) ⇒ Column

Returns a new instance of Column.



136
137
138
139
# File 'lib/bhf/data.rb', line 136

def initialize(field)
  @name = field.name
  @field = field
end

Instance Attribute Details

#fieldObject (readonly)

Returns the value of attribute field.



134
135
136
# File 'lib/bhf/data.rb', line 134

def field
  @field
end

#nameObject (readonly)

Returns the value of attribute name.



134
135
136
# File 'lib/bhf/data.rb', line 134

def name
  @name
end

#overwrite_display_typeObject (readonly)

Returns the value of attribute overwrite_display_type.



134
135
136
# File 'lib/bhf/data.rb', line 134

def overwrite_display_type
  @overwrite_display_type
end