class Takumi::ServerListPing::StatusResponse
Public Class Methods
new(attrs)
click to toggle source
Calls superclass method
# File lib/takumi/server_list_ping/status_response.rb, line 11 def initialize(attrs) super if self[:json] self.info = JSON.parse(self[:json]) end end