Sha256: 0be2b16d885fce83a9b66b05a112ea523ca2d0f73705e02ce82fc553f8f2eefb
Contents?: true
Size: 312 Bytes
Versions: 6
Compression:
Stored size: 312 Bytes
Contents
module Noticent module Testing # this is a example payload for comment as scope class CommentPayload < Noticent::Testing::Payload attr_accessor :comment_id attr_reader :users def self.three # nop end def self.new_signup # nop end end end end
Version data entries
6 entries across 6 versions & 1 rubygems