Sha256: de0bac2fe469120e8e0e9440d7602ff249d288cf0b985be24bf516c28ad16642
Contents?: true
Size: 592 Bytes
Versions: 6
Compression:
Stored size: 592 Bytes
Contents
module OpenActive module Models # [NOTICE: This is a beta class, and is highly likely to change in future versions of this library.] # This type is derived from https://schema.org/Person, which means that any of this type's properties within schema.org may also be used. class AuthenticatedPerson < ::OpenActive::Models::Person # @!attribute type # @return [String] def type "beta:AuthenticatedPerson" end # @return [String] define_property :access_token, as: "beta:accessToken", types: [ "string", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems