MockTelepactSchema constructor

MockTelepactSchema(
  1. MockTelepactSchema schema
)

Constructs a MockTelepactSchema from a binding schema.

schema is the binding schema to wrap.

Implementation

MockTelepactSchema(b.MockTelepactSchema schema) : _schema = schema;