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)
23 24 25 |
# File 'lib/scheming/type.rb', line 23 def attributes @attributes end |