Class: Text

Inherits:
BaseElement show all
Includes:
StringReaderWriterMixin
Defined in:
lib/rutl/interface/elements/text.rb

Overview

I’m using the text element for all text-like things. Passowrds, too. TODO: Also have a reader only class with StringReaderMixin for labels?

Instance Attribute Summary

Attributes inherited from BaseElement

#context

Method Summary

Methods included from StringReaderWriterMixin

#clear, #eql?, #get, #initialize, #method_missing, #respond_to_missing?, #send_keys, #set

Methods inherited from BaseElement

#initialize, #this_css

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class StringReaderWriterMixin