class Crimson::Input

Public Class Methods

new(type) click to toggle source
Calls superclass method Crimson::Object::new
# File lib/crimson/widgets/input.rb, line 5
def initialize(type)
  super(:input)
  self.type = type
end