Class: Sem::Views::Base
- Inherits:
-
Object
show all
- Defined in:
- lib/sem/views/base.rb
Class Method Summary
collapse
Class Method Details
.org_names_not_matching(resource1, resource2, srn1, srn2) ⇒ Object
7
8
9
10
|
# File 'lib/sem/views/base.rb', line 7
def org_names_not_matching(resource1, resource2, srn1, srn2)
"[ERROR] Organization names not matching.\n\n" \
"#{resource1.capitalize} \"#{srn1}\" and #{resource2} \"#{srn2}\" are not in the same organization."
end
|
.print_table(table) ⇒ Object
3
4
5
|
# File 'lib/sem/views/base.rb', line 3
def print_table(table)
Dracula::UI.print_table(table)
end
|