save_and_open_page
have_button(locator)| //http://stackoverflow.com/questions/15877362/declare-and-initialize-a-dictionary-in-typescript | |
| interface IDictionary { | |
| add(key: string, value: any): void; | |
| remove(key: string): void; | |
| containsKey(key: string): bool; | |
| keys(): string[]; | |
| values(): any[]; | |
| } |
| require 'stripe' | |
| require 'ostruct' | |
| # modified from: https://gist.github.com/jacobpatton/a68d228bf2414852d862 | |
| # | |
| # puts Stripe::Mrr.new(api_key: 'api_key').mrr | |
| # | |
| module Stripe | |
| class Mrr | |
| attr_reader :api_key |