Class: HadoopDsl::BaseModel

Inherits:
Object
  • Object
show all
Includes:
DslElement
Defined in:
lib/core.rb

Overview

model

Direct Known Subclasses

BaseMapperModel, BaseReducerModel

Instance Attribute Summary collapse

Method Summary

Methods included from DslElement

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class HadoopDsl::DslElement

Instance Attribute Details

#controllerObject

Returns the value of attribute controller.



88
89
90
# File 'lib/core.rb', line 88

def controller
  @controller
end