Sha256: 93bfea59ce76d943b8c3e0ab446e78ba50c45ea7fd1f4ba95a8379d1d0240fa5
Contents?: true
Size: 515 Bytes
Versions: 13
Compression:
Stored size: 515 Bytes
Contents
module Uia module Patterns module SelectionItem def select Library.select @element end def add_to_selection Library.add_to_selection @element end def remove_from_selection Library.remove_from_selection @element end def selected? Library.selection_item_info(@element).selected? end def container Uia::Element.new Library.selection_item_info(@element).container end end end end
Version data entries
13 entries across 13 versions & 1 rubygems