Class: BEL::Script::UnsetStatementGroup

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



106
107
108
# File 'lib/bel/parse_objects.rb', line 106

def name
  @name
end

Instance Method Details

#to_sObject



107
108
109
# File 'lib/bel/parse_objects.rb', line 107

def to_s
  %Q{UNSET STATEMENT_GROUP}
end