Method: Megam::Balances#id

Defined in:
lib/megam/core/balances.rb

#id(arg = nil) ⇒ Object



33
34
35
36
37
38
39
# File 'lib/megam/core/balances.rb', line 33

def id(arg=nil)
  if arg != nil
    @id = arg
  else
  @id
  end
end