The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

SPVM::BlessedObject - SPVM object

Description

The object of the SPVM::BlessedObject class holds a 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