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