module InsightsAPI
module ZuoraAPI
module ZuoraAPI::Exceptions
class File
class InsightsAPI::Login
class ZuoraAPI::Basic
class ZuoraAPI::Exceptions::AuthorizationNotPerformed
class ZuoraAPI::Exceptions::BadEntityError
class ZuoraAPI::Exceptions::Error
class ZuoraAPI::Exceptions::FileDownloadError
class ZuoraAPI::Exceptions::ZuoraAPIAuthenticationTypeError
class ZuoraAPI::Exceptions::ZuoraAPIConnectionTimeout
class ZuoraAPI::Exceptions::ZuoraAPIError
class ZuoraAPI::Exceptions::ZuoraAPIInternalServerError
class ZuoraAPI::Exceptions::ZuoraAPILockCompetition
class ZuoraAPI::Exceptions::ZuoraAPIReadTimeout
class ZuoraAPI::Exceptions::ZuoraAPIRequestLimit
class ZuoraAPI::Exceptions::ZuoraAPISessionError
class ZuoraAPI::Exceptions::ZuoraAPITemporaryError
class ZuoraAPI::Exceptions::ZuoraAPIUnkownError
class ZuoraAPI::Exceptions::ZuoraDataIntegrity
class ZuoraAPI::Exceptions::ZuoraUnexpectedError
class ZuoraAPI::Login
class ZuoraAPI::Oauth
zuora_api
1.12.7
# each_chunk
def each_chunk(chunk_size=2**16) yield read(chunk_size) until eof? end