Sha256: ad160c449921b15675ce542c8de54b30aa7de4ca9adde615aaddbc7d61b3ac64

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

require 'rutl/interface/elements/base_element'
require 'rutl/interface/elements/string_reader_writer_mixin.rb'

#
# I'm using the text element for all text-like things. Passowrds, too.
# TODO: Also have a reader only class with StringReaderMixin for labels?
#
class Text < BaseElement
  include StringReaderWriterMixin
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rutl-0.3.0 lib/rutl/interface/elements/text.rb
rutl-0.2.1 lib/rutl/interface/elements/text.rb
rutl-0.2.0 lib/rutl/interface/elements/text.rb
rutl-0.1.4 lib/rutl/interface/elements/text.rb