Class: OpenBEL::Resource::Annotations::AnnotationValueSearchResult

Inherits:
BEL::Resource::AnnotationValue
  • Object
show all
Defined in:
app/openbel/api/resources/annotation.rb

Instance Method Summary collapse

Instance Method Details

#match_textObject



15
16
17
# File 'app/openbel/api/resources/annotation.rb', line 15

def match_text
  @match_text
end

#match_text=(match_text) ⇒ Object



11
12
13
# File 'app/openbel/api/resources/annotation.rb', line 11

def match_text=(match_text)
  @match_text = match_text
end