class FrmMercury::Configuration
Attributes
api_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/frm_mercury/Configuration.rb, line 5 def initialize # For production @api_key = nil end
Public Instance Methods
get_api_key()
click to toggle source
# File lib/frm_mercury/Configuration.rb, line 10 def get_api_key @api_key end