class KRPC::Services::ServiceBase

Base class for service objects, created at runtime using information received from the server.

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/krpc/service.rb, line 53
def initialize(client)
  @client = client
end