module MoipAssinaturas
Constants
- VERSION
Attributes
api_key[RW]
api_token[RW]
logger[RW]
sandbox[RW]
Public Class Methods
api_url()
click to toggle source
# File lib/moip_assinaturas.rb, line 10 def api_url if sandbox "https://sandbox.moip.com.br/assinaturas/v1" else "https://www.moip.com.br/assinaturas/v1" end end