Class: Isstempl::Dsl
- Inherits:
-
Object
- Object
- Isstempl::Dsl
- Defined in:
- lib/isstempl_dsl.rb
Overview
Dsl
Instance Attribute Summary collapse
-
#isstempl ⇒ Object
Returns the value of attribute isstempl.
Instance Method Summary collapse
-
#initialize ⇒ Dsl
constructor
A new instance of Dsl.
Constructor Details
#initialize ⇒ Dsl
23 24 25 26 27 28 29 30 |
# File 'lib/isstempl_dsl.rb', line 23 def initialize @isstempl = Isstempl::DslModel.new @isstempl.account = '' @isstempl.repository = '' @isstempl.title = '' @isstempl.body = '' @isstempl.labels = '' end |
Instance Attribute Details
#isstempl ⇒ Object
Returns the value of attribute isstempl.
7 8 9 |
# File 'lib/isstempl_dsl.rb', line 7 def isstempl @isstempl end |