Current section
Files
Jump to
Current section
Files
lib/gocardless_client.ex
defmodule GocardlessClient do
@moduledoc """
Documentation for `GocardlessClient`.
"""
@doc """
Hello world.
## Examples
iex> GocardlessClient.hello()
:world
"""
def hello do
:world
end
end