class SendGridWebApi::SubUserModules::Iframe
Public Instance Methods
get(options = {})
click to toggle source
# File lib/sub_user/iframe.rb, line 3 def get options = {} iframe_url = "apiv2/customer.geturl.json" query_api(iframe_url, options) end