class Fattura24::Configuration

Attributes

api_key[RW]

Set this attribute to your secret api key to interact with the api

Public Class Methods

new() click to toggle source
# File lib/fattura24/configuration.rb, line 10
def initialize
  @api_key = nil
end