class EasyMeli::Configuration

Attributes

application_id[RW]
secret_key[RW]

Public Class Methods

new() click to toggle source
# File lib/easy_meli/configuration.rb, line 4
def initialize
  @application_id = nil
  @secret_key = nil
end