Method: Bskyrb::AppBskyFeedGetauthorfeed::GetAuthorFeed::Output.from_hash
- Defined in:
- lib/bskyrb/generated_classes.rb
.from_hash(hash) ⇒ Object
2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 |
# File 'lib/bskyrb/generated_classes.rb', line 2444 def self.from_hash(hash) # httparty-returned string-keyed hash instance = new instance.send(:cursor=, hash["cursor"]) instance.send(:feed=, hash["feed"]) instance end |