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
class Foo < Ruckus::Structure
le32 :a
le32 :b
end
class Bar < Ruckus::Structure
foo :payload
le32 :code
end
You want to fill in the “payload” of a “Bar”. Before, you had to assign each field manually. Now, you should just be able to pass an already-completed “Foo” in: