Class: Bskyrb::ComAtprotoSyncListblobs::ListBlobs::Output

Inherits:
Object
  • Object
show all
Defined in:
lib/bskyrb/generated_classes.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cidsObject

Returns the value of attribute cids.



6008
6009
6010
# File 'lib/bskyrb/generated_classes.rb', line 6008

def cids
  @cids
end

Class Method Details

.from_hash(hash) ⇒ Object



6010
6011
6012
6013
6014
6015
6016
6017
# File 'lib/bskyrb/generated_classes.rb', line 6010

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

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

  instance
end

Instance Method Details

#to_hObject



6019
6020
6021
6022
6023
6024
6025
# File 'lib/bskyrb/generated_classes.rb', line 6019

def to_h
  {

    "cids" => cids

  }
end