Module: Card::Set::All::Layouts::HtmlFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
tmpsets/set/mod003-core/all/layouts.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#interiorObject (readonly)

Returns the value of attribute interior.



9
10
11
# File 'tmpsets/set/mod003-core/all/layouts.rb', line 9

def interior
  @interior
end

Instance Method Details

#layout_nestObject



11
12
13
# File 'tmpsets/set/mod003-core/all/layouts.rb', line 11

def layout_nest
  wrap_main { interior }
end