Class: Ruby::Fillform::Button

Inherits:
Field
  • Object
show all
Defined in:
lib/ruby-fillform.rb

Instance Method Summary collapse

Methods inherited from Field

#default_value, #description, #flags, #height, #initialize, #name, #rect, #value, #width, #x, #y

Constructor Details

This class inherits a constructor from Ruby::Fillform::Field

Instance Method Details

#typeObject



114
115
116
# File 'lib/ruby-fillform.rb', line 114

def type
  :button
end