Class: Htmless::DynamicClasses::ClassDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/htmless/dynamic_classes.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) base

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



75
76
77
# File 'lib/htmless/dynamic_classes.rb', line 75

def base
  @base
end

- (Object) definition

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



75
76
77
# File 'lib/htmless/dynamic_classes.rb', line 75

def definition
  @definition
end

- (Object) name

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



75
76
77
# File 'lib/htmless/dynamic_classes.rb', line 75

def name
  @name
end

- (Object) superclass_or_name

Returns the value of attribute superclass_or_name

Returns:

  • (Object)

    the current value of superclass_or_name



75
76
77
# File 'lib/htmless/dynamic_classes.rb', line 75

def superclass_or_name
  @superclass_or_name
end