@flexvertex/flexvertex-driver
Version:
The official FlexVertex Node.js driver
42 lines (32 loc) • 952 B
JavaScript
export class FlexResult
{
constructor(schema, responseData)
{
if(!(schema === undefined)) this.
if(!(responseData === undefined))
{
if(!(responseData.Author === undefined))
this.
if(!(responseData.Comment === undefined))
this.
if(!(responseData.Duration === undefined))
this.
if(!(responseData.Tab === undefined))
this.
if(!(responseData.Title === undefined))
this.
}
}
get schema() { return this.
get author() { return this.
get comment() { return this.
get duration() { return this.
get tab() { return this.
get title() { return this.
}