setPtr method

Offer setPtr(
  1. String ptr
)

Sets the ptr

Implementation

Offer setPtr(String ptr) {
  _ptr = ptr;
  return this;
}