Sha256: b6c8a97f166592bfd585ae64797248e273e7b7e08baa42c20e7ebd7b5868fe80
Contents?: true
Size: 329 Bytes
Versions: 118
Compression:
Stored size: 329 Bytes
Contents
# OryClient::SourcePosition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **line** | **Integer** | | [optional] | | **column** | **Integer** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::SourcePosition.new( line: null, column: null ) ```
Version data entries
118 entries across 118 versions & 1 rubygems