Class: VRDdeConversation::DDEAckFlags
Instance Method Summary collapse
-
#ack ⇒ Object
attr_accessor :retcode.
- #busy ⇒ Object
-
#initialize(ack = true, busy = false, retcode = 0) ⇒ DDEAckFlags
constructor
A new instance of DDEAckFlags.
- #retcode ⇒ Object
Constructor Details
#initialize(ack = true, busy = false, retcode = 0) ⇒ DDEAckFlags
Returns a new instance of DDEAckFlags.
87 88 89 |
# File 'lib/vr/vrdde.rb', line 87 def initialize(ack=true,busy=false,retcode=0) @_vr_ack,@_vr_busy,@_vr_retcode = ack,busy,retcode end |