Class: Htmless::DynamicClasses::ClassDefinition
- Inherits:
-
Struct
- Object
- Struct
- Htmless::DynamicClasses::ClassDefinition
- Defined in:
- lib/htmless/dynamic_classes.rb
Instance Attribute Summary (collapse)
-
- (Object) base
Returns the value of attribute base.
-
- (Object) definition
Returns the value of attribute definition.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) superclass_or_name
Returns the value of attribute superclass_or_name.
Instance Attribute Details
- (Object) base
Returns the value of attribute base
75 76 77 |
# File 'lib/htmless/dynamic_classes.rb', line 75 def base @base end |
- (Object) definition
Returns the value of attribute definition
75 76 77 |
# File 'lib/htmless/dynamic_classes.rb', line 75 def definition @definition end |
- (Object) name
Returns the value of attribute 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
75 76 77 |
# File 'lib/htmless/dynamic_classes.rb', line 75 def superclass_or_name @superclass_or_name end |