Class: Architext::NativeMarkdownSource::SearchToken

Inherits:
Data
  • Object
show all
Defined in:
lib/architext/sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



29
30
31
# File 'lib/architext/sources.rb', line 29

def kind
  @kind
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



29
30
31
# File 'lib/architext/sources.rb', line 29

def value
  @value
end