module Start
Constants
- VERSION
Public Class Methods
api_key=(value)
click to toggle source
# File lib/start.rb, line 22 def self.api_key=(value) default_options[:basic_auth] = {username: value, password: ''} end