class Apps::Gmail::Schema::Action

Attributes

url[RW]

Public Instance Methods

serialize() click to toggle source
Calls superclass method
# File lib/apps/gmail/schema/action.rb, line 8
def serialize
  super.merge(
    "handler" => {
      "@type" => "HttpActionHandler",
      "url" => url
    }
  )
end