class Drone::Payload

Represent toplevel JSON as a model

Public Instance Methods

vargs() click to toggle source

@return [Hashie::Mash] the plugin specific payload

Calls superclass method
# File lib/drone/models/payload.rb, line 49
def vargs
  Hashie::Mash.new(
    super
  )
end