Sha256: ad791540b9a799b9ba75eb7ae9e7e8e465f1ca09f0fcd7a5d81692225bddffc6

Contents?: true

Size: 186 Bytes

Versions: 6

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

module ActionKitRest
  module Pages
    class SignupPage < ActionKitRest::Pages::Base
      def base_path
        'signuppage'
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
action_kit_rest-0.4.10 lib/action_kit_rest/pages/signup_page.rb
action_kit_rest-0.4.9 lib/action_kit_rest/pages/signup_page.rb
action_kit_rest-0.4.8 lib/action_kit_rest/pages/signup_page.rb
action_kit_rest-0.4.7 lib/action_kit_rest/pages/signup_page.rb
action_kit_rest-0.4.6 lib/action_kit_rest/pages/signup_page.rb
action_kit_rest-0.4.5 lib/action_kit_rest/pages/signup_page.rb