module Pact::Message
Constants
- VERSION
Public Class Methods
from_hash(*args)
click to toggle source
# File lib/pact/consumer_contract/message.rb, line 138 def self.from_hash *args Pact::ConsumerContract::Message.from_hash(*args) end
new(*args)
click to toggle source
# File lib/pact/consumer_contract/message.rb, line 134 def self.new *args Pact::ConsumerContract::Message.new(*args) end