Class: Fzeet::DialogResult

Inherits:
Object
  • Object
show all
Defined in:
lib/fzeet/windows/user/MessageBox.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ DialogResult

Returns a new instance of DialogResult.



60
61
62
# File 'lib/fzeet/windows/user/MessageBox.rb', line 60

def initialize(id)
	@id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



64
65
66
# File 'lib/fzeet/windows/user/MessageBox.rb', line 64

def id
  @id
end