Skip to content

Commit cc03f64

Browse files
committed
Mark JSONAPI::IncludeDirective.new part of the private API.
1 parent 6ab06ee commit cc03f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žlib/jsonapi/include_directive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def self.from_hash(hash, options = {})
5151
new(Parser.parse_hash(hash), options)
5252
end
5353

54-
# @param include_hash [Hash{Symbol=>Hash}]
54+
# @api private
5555
def initialize(include_hash, options = {})
5656
@hash = include_hash.each_with_object({}) do |(key, value), hash|
5757
hash[key] = self.class.new(value, options)

0 commit comments

Comments
 (0)