Class: Keycloak::Scalar::ArrayType
- Inherits:
-
Object
- Object
- Keycloak::Scalar::ArrayType
- Defined in:
- lib/keycloak/scalar/array_type.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type) ⇒ ArrayType
constructor
A new instance of ArrayType.
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
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/keycloak/scalar/array_type.rb', line 4 def type @type end |