Class: HadoopDsl::HiveLike::HiveLikeMapperModel
- Inherits:
-
BaseMapperModel
- Object
- BaseModel
- BaseMapperModel
- HadoopDsl::HiveLike::HiveLikeMapperModel
- Defined in:
- lib/hive_like.rb
Overview
model
Defined Under Namespace
Classes: Table
Instance Attribute Summary collapse
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Attributes inherited from BaseMapperModel
Attributes inherited from BaseModel
Instance Method Summary collapse
Methods inherited from BaseMapperModel
Methods included from DslElement
Constructor Details
This class inherits a constructor from HadoopDsl::BaseMapperModel
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class HadoopDsl::DslElement
Instance Attribute Details
#table ⇒ Object (readonly)
Returns the value of attribute table.
82 83 84 |
# File 'lib/hive_like.rb', line 82 def table @table end |