Class: StudFinder::CLI::Report
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::CLI::Report
- Defined in:
- lib/stud_finder/cli.rb
Instance Attribute Summary collapse
-
#javascript ⇒ Object
Returns the value of attribute javascript.
-
#ruby ⇒ Object
Returns the value of attribute ruby.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#javascript ⇒ Object
Returns the value of attribute javascript
61 62 63 |
# File 'lib/stud_finder/cli.rb', line 61 def javascript @javascript end |
#ruby ⇒ Object
Returns the value of attribute ruby
61 62 63 |
# File 'lib/stud_finder/cli.rb', line 61 def ruby @ruby end |
#warnings ⇒ Object
Returns the value of attribute warnings
61 62 63 |
# File 'lib/stud_finder/cli.rb', line 61 def warnings @warnings end |