Today we’re building Service Objects for our rails app, and I finally learned what a Struct is, and why someone would use a Struct. (Spoiler Alert: Test Stubbing, and non-invasive object building without constructing a full class)

The Simple but powerful Ruby Struct