Class: CafeCar::Inputs::StringInput
- Inherits:
-
BaseInput
- Object
- BaseInput
- CafeCar::Inputs::StringInput
show all
- Defined in:
- lib/cafe_car/inputs/string_input.rb,
lib/cafe_car/inputs/password_input.rb
Instance Attribute Summary
Attributes inherited from BaseInput
#options
Instance Method Summary
collapse
Methods inherited from BaseInput
#initialize, #to_html
Instance Method Details
#tag ⇒ Object
4
|
# File 'lib/cafe_car/inputs/password_input.rb', line 4
def tag = :input
|
#type ⇒ Object
4
|
# File 'lib/cafe_car/inputs/string_input.rb', line 4
def type = :text
|