class Keycloak::Scalar::ArrayType
Attributes
type[RW]
Public Class Methods
new(type)
click to toggle source
# File lib/keycloak/scalar/array_type.rb, line 6 def initialize(type) @type = type end