Sha256: 29de1e7260a31c8d463a99002adfba31ccebc7156a2e6b3f6fd690fa613abfbb

Contents?: true

Size: 195 Bytes

Versions: 21

Compression:

Stored size: 195 Bytes

Contents

module TestCentricity
  module AppElements
    class AppImage < AppUIElement
      def initialize(name, parent, locator, context)
        super
        @type = :image
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
testcentricity_mobile-4.0.0 lib/testcentricity_mobile/app_elements/image.rb