class Spaceship::Tunes::Build

Represents a build which is inside the build train

def factory(attrs)

This is used to create a new object based on the server response.
Create a new object based on a hash.
def factory(attrs)
  self.new(attrs)
end