Class: Isstempl::Dsl

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

Overview

Dsl

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDsl

Returns a new instance of Dsl.



23
24
25
26
27
28
29
30
# File 'lib/isstempl_dsl.rb', line 23

def initialize
  @isstempl = Isstempl::DslModel.new
  @isstempl. = ''
  @isstempl.repository = ''
  @isstempl.title = ''
  @isstempl.body = ''
  @isstempl.labels = ''
end

Instance Attribute Details

#isstemplObject

Returns the value of attribute isstempl.



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

def isstempl
  @isstempl
end