Class: Wallaby::ClassFinder
- Inherits:
-
Object
- Object
- Wallaby::ClassFinder
show all
- Includes:
- ActiveModel::Model
- Defined in:
- lib/services/wallaby/class_finder.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#current_controller_class ⇒ Class
16
17
18
|
# File 'lib/services/wallaby/class_finder.rb', line 16
def current_controller_class
@current_controller_class
end
|
#model_class ⇒ Class
13
14
15
|
# File 'lib/services/wallaby/class_finder.rb', line 13
def model_class
@model_class
end
|
#script_name ⇒ String
10
11
12
|
# File 'lib/services/wallaby/class_finder.rb', line 10
def script_name
@script_name
end
|