Class: Debtective::Comments::Print::Column
- Inherits:
-
Struct
- Object
- Struct
- Debtective::Comments::Print::Column
- Defined in:
- lib/debtective/comments/print.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#lambda ⇒ Object
Returns the value of attribute lambda.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
9 10 11 |
# File 'lib/debtective/comments/print.rb', line 9 def format @format end |
#lambda ⇒ Object
Returns the value of attribute lambda
9 10 11 |
# File 'lib/debtective/comments/print.rb', line 9 def lambda @lambda end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/debtective/comments/print.rb', line 9 def name @name end |