Class: Architext::NativeMarkdownSource::SearchToken
- Inherits:
-
Data
- Object
- Data
- Architext::NativeMarkdownSource::SearchToken
- Defined in:
- lib/architext/sources.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
29 30 31 |
# File 'lib/architext/sources.rb', line 29 def kind @kind end |
#value ⇒ Object (readonly)
Returns the value of attribute value
29 30 31 |
# File 'lib/architext/sources.rb', line 29 def value @value end |