class Elastic::Beanstalk::SmokeTester::ResponseStub
Attributes
body[R]
code[R]
Public Class Methods
new(args)
click to toggle source
# File lib/elastic/beanstalk/smoke_tester.rb, line 91 def initialize(args) @code = args[:code] @body = args[:body] end