Class: Defmastership::Export::Formatter::Helper::MethodSpec
- Inherits:
-
Struct
- Object
- Struct
- Defmastership::Export::Formatter::Helper::MethodSpec
- Defined in:
- lib/defmastership/export/formatter.rb
Overview
2-uplet with one method to include or not depending of a lambda guard
Instance Attribute Summary collapse
-
#column_method ⇒ Object
Returns the value of attribute column_method.
-
#guard ⇒ Object
Returns the value of attribute guard.
Instance Attribute Details
#column_method ⇒ Object
Returns the value of attribute column_method
60 61 62 |
# File 'lib/defmastership/export/formatter.rb', line 60 def column_method @column_method end |
#guard ⇒ Object
Returns the value of attribute guard
60 61 62 |
# File 'lib/defmastership/export/formatter.rb', line 60 def guard @guard end |