Module: Kookaburra::UIDriver::HasFields

Included in:
UIComponent
Defined in:
lib/kookaburra/ui_driver/mixins/has_fields.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



172
173
174
175
# File 'lib/kookaburra/ui_driver/mixins/has_fields.rb', line 172

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end