Class: Bosh::Director::Line
- Defined in:
- lib/bosh/director/manifest/diff_lines.rb
Constant Summary collapse
- INDENT =
2
Instance Attribute Summary collapse
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#status ⇒ Object
Returns the value of attribute status.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#indent ⇒ Object
Returns the value of attribute indent
2 3 4 |
# File 'lib/bosh/director/manifest/diff_lines.rb', line 2 def indent @indent end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/bosh/director/manifest/diff_lines.rb', line 2 def status @status end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'lib/bosh/director/manifest/diff_lines.rb', line 2 def text @text end |