Class: Bhf::Data::Show

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(field) ⇒ Show

Returns a new instance of Show.



160
161
162
163
# File 'lib/bhf/data.rb', line 160

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

Instance Attribute Details

#fieldObject (readonly)

Returns the value of attribute field.



158
159
160
# File 'lib/bhf/data.rb', line 158

def field
  @field
end

#nameObject (readonly)

Returns the value of attribute name.



158
159
160
# File 'lib/bhf/data.rb', line 158

def name
  @name
end

#overwrite_show_typeObject (readonly)

Returns the value of attribute overwrite_show_type.



158
159
160
# File 'lib/bhf/data.rb', line 158

def overwrite_show_type
  @overwrite_show_type
end