Module: Gitlab::Page::Group::Settings::Billing
- Defined in:
- lib/gitlab/page/group/settings/billing.stub.rb
Instance Method Summary collapse
-
#billing_plan_header ⇒ String
The text content or value of
billing_plan_header
. -
#billing_plan_header? ⇒ Boolean
True if the
billing_plan_header
element is present on the page. -
#billing_plan_header_element ⇒ Watir::H4
The raw
H4
element. -
#start_your_free_trial ⇒ Object
Clicks
start_your_free_trial
. -
#start_your_free_trial? ⇒ Boolean
True if the
start_your_free_trial
element is present on the page. -
#start_your_free_trial_element ⇒ Watir::Link
The raw
Link
element. -
#upgrade_to_premium ⇒ Object
Clicks
upgrade_to_premium
. -
#upgrade_to_premium? ⇒ Boolean
True if the
upgrade_to_premium
element is present on the page. -
#upgrade_to_premium_element ⇒ Watir::Link
The raw
Link
element. -
#upgrade_to_ultimate ⇒ Object
Clicks
upgrade_to_ultimate
. -
#upgrade_to_ultimate? ⇒ Boolean
True if the
upgrade_to_ultimate
element is present on the page. -
#upgrade_to_ultimate_element ⇒ Watir::Link
The raw
Link
element.
Instance Method Details
#billing_plan_header ⇒ String
Defined as h4 :billing_plan_header
Returns The text content or value of billing_plan_header
.
10 11 12 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 10 def billing_plan_header # This is a stub, used for indexing. The method is dynamically generated. end |
#billing_plan_header? ⇒ Boolean
Returns true if the billing_plan_header
element is present on the page.
28 29 30 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 28 def billing_plan_header? # This is a stub, used for indexing. The method is dynamically generated. end |
#billing_plan_header_element ⇒ Watir::H4
Returns The raw H4
element.
19 20 21 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 19 def billing_plan_header_element # This is a stub, used for indexing. The method is dynamically generated. end |
#start_your_free_trial ⇒ Object
Defined as link :start_your_free_trial
Clicks start_your_free_trial
34 35 36 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 34 def start_your_free_trial # This is a stub, used for indexing. The method is dynamically generated. end |
#start_your_free_trial? ⇒ Boolean
Returns true if the start_your_free_trial
element is present on the page.
52 53 54 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 52 def start_your_free_trial? # This is a stub, used for indexing. The method is dynamically generated. end |
#start_your_free_trial_element ⇒ Watir::Link
Returns The raw Link
element.
43 44 45 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 43 def start_your_free_trial_element # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_premium ⇒ Object
Defined as link :upgrade_to_premium
Clicks upgrade_to_premium
58 59 60 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 58 def upgrade_to_premium # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_premium? ⇒ Boolean
Returns true if the upgrade_to_premium
element is present on the page.
76 77 78 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 76 def upgrade_to_premium? # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_premium_element ⇒ Watir::Link
Returns The raw Link
element.
67 68 69 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 67 def upgrade_to_premium_element # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_ultimate ⇒ Object
Defined as link :upgrade_to_ultimate
Clicks upgrade_to_ultimate
82 83 84 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 82 def upgrade_to_ultimate # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_ultimate? ⇒ Boolean
Returns true if the upgrade_to_ultimate
element is present on the page.
100 101 102 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 100 def upgrade_to_ultimate? # This is a stub, used for indexing. The method is dynamically generated. end |
#upgrade_to_ultimate_element ⇒ Watir::Link
Returns The raw Link
element.
91 92 93 |
# File 'lib/gitlab/page/group/settings/billing.stub.rb', line 91 def upgrade_to_ultimate_element # This is a stub, used for indexing. The method is dynamically generated. end |