Class: Scheming::Type::Object
Overview
Object Type Definition
Holds any number of named fields and the types that they hold
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(attributes = Scheming::Attribute::List.empty) ⇒ Object
constructor
A new instance of Object.
Constructor Details
Instance Attribute Details
#attributes ⇒ Scheming::Attribute::List (readonly)
34 35 36 |
# File 'lib/scheming/type.rb', line 34 def attributes @attributes end |