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.



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

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

Instance Attribute Details

#fieldObject (readonly)

Returns the value of attribute field.



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

def field
  @field
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#overwrite_show_typeObject (readonly)

Returns the value of attribute overwrite_show_type.



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

def overwrite_show_type
  @overwrite_show_type
end