Class: Lynx::Extension::ComponentInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/lynx/extension/autolink.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



11
12
13
# File 'lib/lynx/extension/autolink.rb', line 11

def class_name
  @class_name
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'lib/lynx/extension/autolink.rb', line 11

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/lynx/extension/autolink.rb', line 11

def name
  @name
end