Class: Lynx::Extension::ComponentInfo
- Inherits:
-
Struct
- Object
- Struct
- Lynx::Extension::ComponentInfo
- Defined in:
- lib/lynx/extension/autolink.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
11 12 13 |
# File 'lib/lynx/extension/autolink.rb', line 11 def class_name @class_name end |
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'lib/lynx/extension/autolink.rb', line 11 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/lynx/extension/autolink.rb', line 11 def name @name end |