Class: Defoker::DslModel

Inherits:
Object
  • Object
show all
Defined in:
lib/defoker_dsl_model.rb

Overview

DslModel

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

base



9
10
11
# File 'lib/defoker_dsl_model.rb', line 9

def base
  @base
end

#callbackObject

callback



11
12
13
# File 'lib/defoker_dsl_model.rb', line 11

def callback
  @callback
end

#typeObject

type



7
8
9
# File 'lib/defoker_dsl_model.rb', line 7

def type
  @type
end