Method: Bskyrb::ComAtprotoAdminDisableaccountinvites::DisableAccountInvites::Input.from_hash

Defined in:
lib/bskyrb/generated_classes.rb

.from_hash(hash) ⇒ Object



3546
3547
3548
3549
3550
3551
3552
3553
# File 'lib/bskyrb/generated_classes.rb', line 3546

def self.from_hash(hash)
  # httparty-returned string-keyed hash
  instance = new

  instance.send(:account=, hash["account"])

  instance
end