lib/stub_requests/callback.rb in stub_requests-0.1.9 vs lib/stub_requests/callback.rb in stub_requests-0.1.10

- old
+ new

@@ -12,10 +12,12 @@ # # @author Mikael Henriksson <mikael@zoolutions.se> # @since 0.1.3 # class Callback - include Property + # includes "Concerns::Property" + # @!parse include Concerns::Property + include Concerns::Property # # @!attribute [rw] service_id # @return [Symbol] the id of a service property :service_id, type: Symbol #