Module: Fakturoid

Defined in:
lib/fakturoid.rb,
lib/fakturoid/api.rb,
lib/fakturoid/config.rb,
lib/fakturoid/railtie.rb,
lib/fakturoid/request.rb,
lib/fakturoid/version.rb,
lib/fakturoid/response.rb,
lib/fakturoid/connection.rb,
lib/fakturoid/client/todo.rb,
lib/fakturoid/client/user.rb,
lib/fakturoid/client/event.rb,
lib/fakturoid/api/arguments.rb,
lib/fakturoid/client/account.rb,
lib/fakturoid/client/expense.rb,
lib/fakturoid/client/invoice.rb,
lib/fakturoid/client/subject.rb,
lib/fakturoid/api/http_methods.rb,
lib/fakturoid/client/generator.rb,
lib/fakturoid/client/bank_account.rb

Defined Under Namespace

Modules: Client, Connection Classes: Api, ApiError, AuthenticationError, BlockedAccountError, ClientError, Config, ContentTypeError, DestroySubjectError, GeneratorLimitError, InvalidRecordError, PaginationError, Railtie, RateLimitError, ReadOnlySiteError, RecordNotFoundError, Request, Response, ServerError, SubjectLimitError, UnsupportedFeatureError, UserAgentError

Constant Summary collapse

VERSION =
'0.2.1'

Class Method Summary collapse

Class Method Details

.configure(&block) ⇒ Object



43
44
45
# File 'lib/fakturoid.rb', line 43

def self.configure(&block)
  Fakturoid::Api.configure(&block)
end