Class: Keycloak::Scalar::ArrayType

Inherits:
Object
  • Object
show all
Defined in:
lib/keycloak/scalar/array_type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ ArrayType

Returns a new instance of ArrayType.



6
7
8
# File 'lib/keycloak/scalar/array_type.rb', line 6

def initialize(type)
  @type = type
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/keycloak/scalar/array_type.rb', line 4

def type
  @type
end