Class: CamelSnakeStruct::Type__Meta__Data
- Inherits:
-
Struct
- Object
- Struct
- CamelSnakeStruct::Type__Meta__Data
- Defined in:
- lib/camel_snake_struct.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
-
#class_types ⇒ Object
Returns the value of attribute class_types.
Instance Method Summary collapse
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array
12 13 14 |
# File 'lib/camel_snake_struct.rb', line 12 def array @array end |
#class_types ⇒ Object
Returns the value of attribute class_types
12 13 14 |
# File 'lib/camel_snake_struct.rb', line 12 def class_types @class_types end |
Instance Method Details
#classes ⇒ Object
13 14 15 |
# File 'lib/camel_snake_struct.rb', line 13 def classes class_types.to_a end |