class BluepanClient::Recipient

Public Instance Methods

updated_at=(v) click to toggle source
Calls superclass method
# File lib/bluepan_client/models/recipient.rb, line 13
def updated_at=(v)
  super GuardNull.(v)
end