OACClass
========

.. currentmodule:: astroquery.oac

.. autoclass:: OACClass
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~OACClass.FORMAT
      ~OACClass.HEADERS
      ~OACClass.TIMEOUT
      ~OACClass.URL

   .. rubric:: Methods Summary

   .. autosummary::

      ~OACClass.get_photometry
      ~OACClass.get_photometry_async
      ~OACClass.get_single_spectrum
      ~OACClass.get_single_spectrum_async
      ~OACClass.get_spectra
      ~OACClass.get_spectra_async
      ~OACClass.query_object
      ~OACClass.query_object_async
      ~OACClass.query_region
      ~OACClass.query_region_async

   .. rubric:: Attributes Documentation

   .. autoattribute:: FORMAT
   .. autoattribute:: HEADERS
   .. autoattribute:: TIMEOUT
   .. autoattribute:: URL

   .. rubric:: Methods Documentation

   .. automethod:: get_photometry
   .. automethod:: get_photometry_async
   .. automethod:: get_single_spectrum
   .. automethod:: get_single_spectrum_async
   .. automethod:: get_spectra
   .. automethod:: get_spectra_async
   .. automethod:: query_object
   .. automethod:: query_object_async
   .. automethod:: query_region
   .. automethod:: query_region_async
