Class: BEL::Script::AnnotationUrlDefinition

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



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

def keyword
  @keyword
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end