You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
unable to output read conversion's passed function variable to json
Describe the solution you'd like
Add another variable like args_passed as a read attribute in conversion.rb to just a save the variable passed in to the function to json.
The text was updated successfully, but these errors were encountered:
It looks like accessor.rb is storing the args similar to this suggestion. Add @args to conversion, edit packet_item and packet_item_spec.rb::self.from_hash to ensure conversions can "round trip". May also have to modify packet_config.
Is your feature request related to a problem? Please describe.
unable to output read conversion's passed function variable to json
Describe the solution you'd like
Add another variable like args_passed as a read attribute in conversion.rb to just a save the variable passed in to the function to json.
The text was updated successfully, but these errors were encountered: