Class: Defmastership::Export::CSV::Formatter::Helper::MethodSpec
- Inherits:
-
Struct
- Object
- Struct
- Defmastership::Export::CSV::Formatter::Helper::MethodSpec
- Defined in:
- lib/defmastership/export/csv/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
46 47 48 |
# File 'lib/defmastership/export/csv/formatter.rb', line 46 def column_method @column_method end |
#guard ⇒ Object
Returns the value of attribute guard
46 47 48 |
# File 'lib/defmastership/export/csv/formatter.rb', line 46 def guard @guard end |