Module: Caricature::ClrMemberCollector
- Included in:
- ClrClassDescriptor, ClrInterfaceDescriptor
- Defined in:
- lib/caricature/clr/descriptor.rb
Overview
Contains the logic to collect members from a CLR type
Instance Attribute Summary collapse
-
#class_events ⇒ Object
readonly
Returns the value of attribute class_events.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
Instance Attribute Details
#class_events ⇒ Object (readonly)
Returns the value of attribute class_events.
6 7 8 |
# File 'lib/caricature/clr/descriptor.rb', line 6 def class_events @class_events end |
#events ⇒ Object (readonly)
Returns the value of attribute events.
6 7 8 |
# File 'lib/caricature/clr/descriptor.rb', line 6 def events @events end |