class OnebusawaySDK::Internal::Type::HashOf
def inspect(depth: 0)
-
(String)
-
Parameters:
-
depth
(Integer
) --
Other tags:
- Api: - private
def inspect(depth: 0) items = OnebusawaySDK::Internal::Type::Converter.inspect(item_type, depth: depth.succ) "#{self.class}[#{[items, nilable? ? 'nil' : nil].compact.join(' | ')}]" end