Class: Bskyrb::AppBskyActorGetprofiles::GetProfiles::Output
- Inherits:
-
Object
- Object
- Bskyrb::AppBskyActorGetprofiles::GetProfiles::Output
- Defined in:
- lib/bskyrb/generated_classes.rb
Instance Attribute Summary collapse
-
#profiles ⇒ Object
Returns the value of attribute profiles.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#profiles ⇒ Object
Returns the value of attribute profiles.
2183 2184 2185 |
# File 'lib/bskyrb/generated_classes.rb', line 2183 def profiles @profiles end |
Class Method Details
.from_hash(hash) ⇒ Object
2185 2186 2187 2188 2189 2190 2191 2192 |
# File 'lib/bskyrb/generated_classes.rb', line 2185 def self.from_hash(hash) # httparty-returned string-keyed hash instance = new instance.send(:profiles=, hash["profiles"]) instance end |
Instance Method Details
#to_h ⇒ Object
2194 2195 2196 2197 2198 2199 2200 |
# File 'lib/bskyrb/generated_classes.rb', line 2194 def to_h { "profiles" => profiles } end |