Class: IB::ExtremelyAbstractMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/ib-ruby/messages.rb

Overview

logger = Logger.new(STDERR)

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



30
31
32
# File 'lib/ib-ruby/messages.rb', line 30

def created_at
  @created_at
end

Instance Method Details

#to_humanObject



32
33
34
# File 'lib/ib-ruby/messages.rb', line 32

def to_human
  self.inspect
end