Method: Circler::Step#initialize

Defined in:
lib/circler/response/step.rb

#initialize(type, hash) ⇒ Step

Returns a new instance of Step.



8
9
10
11
12
# File 'lib/circler/response/step.rb', line 8

def initialize(type, hash)
  @type = type
  @status = hash['status']
  @hash = hash
end