Class: Ruboty::DslModel

Inherits:
Object
  • Object
show all
Defined in:
lib/ruboty/dsl/dsl_model.rb

Overview

DslModel

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

commands



22
23
24
# File 'lib/ruboty/dsl/dsl_model.rb', line 22

def commands
  @commands
end

#descriptionObject

description



13
14
15
# File 'lib/ruboty/dsl/dsl_model.rb', line 13

def description
  @description
end

#envObject

env



19
20
21
# File 'lib/ruboty/dsl/dsl_model.rb', line 19

def env
  @env
end

#gem_class_nameObject

gem_class_name



10
11
12
# File 'lib/ruboty/dsl/dsl_model.rb', line 10

def gem_class_name
  @gem_class_name
end

#gem_nameObject

gem_name



16
17
18
# File 'lib/ruboty/dsl/dsl_model.rb', line 16

def gem_name
  @gem_name
end

#user_nameObject

user_name



7
8
9
# File 'lib/ruboty/dsl/dsl_model.rb', line 7

def user_name
  @user_name
end