Class: Arbre::Rails::Layouts::ContentDocument

Inherits:
Struct
  • Object
show all
Defined in:
lib/arbre/rails/layouts.rb

Overview

Describes a content document and build options.

Instance Attribute Summary collapse

Instance Attribute Details

#build_argumentsObject

Returns the value of attribute build_arguments

Returns:

  • (Object)

    the current value of build_arguments



50
51
52
# File 'lib/arbre/rails/layouts.rb', line 50

def build_arguments
  @build_arguments
end

#content_blockObject

Returns the value of attribute content_block

Returns:

  • (Object)

    the current value of content_block



50
51
52
# File 'lib/arbre/rails/layouts.rb', line 50

def content_block
  @content_block
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



50
51
52
# File 'lib/arbre/rails/layouts.rb', line 50

def klass
  @klass
end