class Global_Table_Entry

Public Class Methods

new(init_gb,typ_gb) click to toggle source
# File omnisode.rb, line 36
def initialize(init_gb,typ_gb)
  @init_gb=init_gb
  @typ_gb=typ_gb
end

Public Instance Methods

init_gb() click to toggle source
# File omnisode.rb, line 46
def init_gb
  @init_gb
end
init_gb=(other) click to toggle source
# File omnisode.rb, line 40
def init_gb=(other)
  @init_gb=other
end
typ_gb() click to toggle source
# File omnisode.rb, line 49
def typ_gb
  @typ_gb
end
typ_gb=(other) click to toggle source
# File omnisode.rb, line 43
def typ_gb=(other)
  @typ_gb=other
end