class BaseParser
Attributes
json_response[R]
Public Class Methods
new(json_response)
click to toggle source
# File lib/bob/parsers/base_parser.rb, line 6 def initialize(json_response) @json_response = json_response end