Class: Markun::Dsl

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

Overview

Markun::Dsl

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDsl

Returns a new instance of Dsl.



23
24
25
26
# File 'lib/markun_dsl.rb', line 23

def initialize
  @markun = Markun::DslModel.new
  @markun.have_menu = 'false'
end

Instance Attribute Details

#markunObject

Returns the value of attribute markun.



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

def markun
  @markun
end