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



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

def name
  @name
end

Instance Method Details

#to_sObject



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

def to_s
  %Q{UNSET STATEMENT_GROUP}
end