Method: Cb::Responses::Timing#initialize
- Defined in:
- lib/cb/responses/timing.rb
#initialize(response, raise_on_parse_fail = true) ⇒ Timing
Returns a new instance of Timing.
16 17 18 19 20 |
# File 'lib/cb/responses/timing.rb', line 16 def initialize(response, raise_on_parse_fail = true) @response = response @should_raise_on_parse_fail = raise_on_parse_fail post_initialize end |