Class: BEL::Language::UnsetStatementGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/bel/language.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



134
135
136
# File 'lib/bel/language.rb', line 134

def name
  @name
end

Instance Method Details

#to_belObject Also known as: to_s



135
136
137
# File 'lib/bel/language.rb', line 135

def to_bel
  %Q{UNSET STATEMENT_GROUP}
end