Class: Fatty::OutputSession::VisibleLine
- Inherits:
-
Data
- Object
- Data
- Fatty::OutputSession::VisibleLine
- Defined in:
- lib/fatty/session/output_session.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#number ⇒ Object (readonly)
Returns the value of attribute number
5 6 7 |
# File 'lib/fatty/session/output_session.rb', line 5 def number @number end |
#text ⇒ Object (readonly)
Returns the value of attribute text
5 6 7 |
# File 'lib/fatty/session/output_session.rb', line 5 def text @text end |
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/fatty/session/output_session.rb', line 6 def to_s text.to_s end |