Method: KRPC::Gen::ClassBase#initialize
- Defined in:
- lib/krpc/gen.rb
#initialize(client, remote_oid) ⇒ ClassBase
Returns a new instance of ClassBase.
129 130 131 |
# File 'lib/krpc/gen.rb', line 129 def initialize(client, remote_oid) @client, @remote_oid = client, remote_oid end |