module NSOne::API
Constants
- HTTP_DELETE
- HTTP_GET
- HTTP_POST
- HTTP_PUT
Public Class Methods
included(base)
click to toggle source
# File lib/nsone/api.rb, line 12 def self.included(base) base.send :include, NSOne::API::Zones, NSOne::API::Records, NSOne::API::Account, NSOne::API::Stats, NSOne::API::Jobs, NSOne::API::Feeds, NSOne::API::Networks end