Class: Kickplan::Requests::ConfigureAccount

Inherits:
Kickplan::Request show all
Defined in:
lib/kickplan/requests/configure_account.rb

Instance Method Summary collapse

Instance Method Details

#merge(other) ⇒ Object



9
10
11
12
13
14
# File 'lib/kickplan/requests/configure_account.rb', line 9

def merge(other)
  new(
    key: key,
    overrides: overrides.merge(other.overrides)
  )
end