Class: BEL::Script::AnnotationPatternDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/bel/script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword

Returns:

  • (Object)

    the current value of keyword



10
11
12
# File 'lib/bel/script.rb', line 10

def keyword
  @keyword
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



10
11
12
# File 'lib/bel/script.rb', line 10

def pattern
  @pattern
end