Manpage logo

SPVM::BlessedObject - SPVM object

Name  Description  Instance Methods  __api  __get_type_name  Well Known Child Classes  Copyright & License 

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

SPVM::BlessedObject::String

SPVM::BlessedObject::Array

SPVM::BlessedObject::Class

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License


Updated 2026-06-01 - jenkler.se | uex.se