Sha256: 53c0b3e5812f75f91cb085787a92364566668d70a33913b7bdaa88a55359f619

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

require File.join(File.dirname(__FILE__), "./html_elements/element_helper")
require "rubygems"
require "watir-webdriver"
require "rspec"

module Cello
  module Structure
    class Page
      extend Cello::Structure::ElementHelper

      attr_reader :parent

      def initialize(parent)
        @parent = parent
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 lib/cello/structure/page.rb
cello-0.0.16 lib/cello/structure/page.rb