Sha256: 3dfef5ac204ee8f7607cc5eaeaedcbafeaca08e49e8740f03923515d3f885d74
Contents?: true
Size: 246 Bytes
Versions: 14
Compression:
Stored size: 246 Bytes
Contents
module Nyauth class ConfimationRequestService include ActiveModel::Model attr_reader :client def initialize(client) @client = client end def save client.request_confirmation client.save end end end
Version data entries
14 entries across 14 versions & 1 rubygems