class Aptible::Comply::Resource

Public Instance Methods

namespace() click to toggle source
# File lib/aptible/comply/resource.rb, line 6
def namespace
  'Aptible::Comply'
end
root_url() click to toggle source
# File lib/aptible/comply/resource.rb, line 10
def root_url
  Aptible::Comply.configuration.root_url
end