Class: FCSHD::Transcript::Item
- Inherits:
-
Struct
- Object
- Struct
- FCSHD::Transcript::Item
- Defined in:
- lib/fcshd/transcript-item.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#mxmlc_message ⇒ Object
Returns the value of attribute mxmlc_message.
Instance Method Summary collapse
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
5 6 7 |
# File 'lib/fcshd/transcript-item.rb', line 5 def location @location end |
#mxmlc_message ⇒ Object
Returns the value of attribute mxmlc_message
5 6 7 |
# File 'lib/fcshd/transcript-item.rb', line 5 def end |
Instance Method Details
#problems ⇒ Object
10 11 12 |
# File 'lib/fcshd/transcript-item.rb', line 10 def problems get_problems() end |
#to_s(basedir) ⇒ Object
6 7 8 |
# File 'lib/fcshd/transcript-item.rb', line 6 def to_s(basedir) problems.map { |problem| problem.to_s(basedir) + "\n" } end |