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

Instance Attribute Details

#class_eventsObject (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

#eventsObject (readonly)

Returns the value of attribute events.



6
7
8
# File 'lib/caricature/clr/descriptor.rb', line 6

def events
  @events
end