Name
SPVM::BlessedObject - SPVM object
Description
The object of SPVM::BlessedObject
class holds an SPVM object.
Instance Methods
__api
my
$api
=
$self
->__api;
$self
->__api(
$api
);
Gets and sets a SPVM::ExchangeAPI object.
__get_type_name
my
$type_name
=
$self
->__get_type_name;
Gets the SPVM type name of the object.
Well Known Child Classes
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License