Module: Card::Set::All::Layouts::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- tmpsets/set/mod003-core/all/layouts.rb
Instance Attribute Summary collapse
-
#interior ⇒ Object
readonly
Returns the value of attribute interior.
Instance Method Summary collapse
Instance Attribute Details
#interior ⇒ Object (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_nest ⇒ Object
11 12 13 |
# File 'tmpsets/set/mod003-core/all/layouts.rb', line 11 def layout_nest wrap_main { interior } end |