Class: Pact::Message::Contents

Inherits:
Object
  • Object
show all
Defined in:
lib/pact/consumer_contract/message/contents.rb

Class Method Summary collapse

Class Method Details

.from_hash(*args) ⇒ Object



53
54
55
# File 'lib/pact/consumer_contract/message/contents.rb', line 53

def self.from_hash *args
  Pact::ConsumerContract::Message::Contents.from_hash(*args)
end

.new(*args) ⇒ Object



49
50
51
# File 'lib/pact/consumer_contract/message/contents.rb', line 49

def self.new *args
  Pact::ConsumerContract::Message::Contents.new(*args)
end