class Natero::Configuration
Attributes
account_api_key[RW]
base_uri[RW]
event_api_key[RW]
event_auth_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/natero.rb, line 8 def initialize self.account_api_key = nil self.event_api_key = nil self.event_auth_key = nil end