Class: Bskyrb::ComAtprotoRepoApplywrites::Create
- Inherits:
-
Object
- Object
- Bskyrb::ComAtprotoRepoApplywrites::Create
- Defined in:
- lib/bskyrb/generated_classes.rb
Instance Attribute Summary collapse
-
#collection ⇒ Object
Returns the value of attribute collection.
-
#rkey ⇒ Object
Returns the value of attribute rkey.
-
#value ⇒ Object
Returns the value of attribute value.
Class Method Summary collapse
Instance Attribute Details
#collection ⇒ Object
Returns the value of attribute collection.
1674 1675 1676 |
# File 'lib/bskyrb/generated_classes.rb', line 1674 def collection @collection end |
#rkey ⇒ Object
Returns the value of attribute rkey.
1676 1677 1678 |
# File 'lib/bskyrb/generated_classes.rb', line 1676 def rkey @rkey end |
#value ⇒ Object
Returns the value of attribute value.
1678 1679 1680 |
# File 'lib/bskyrb/generated_classes.rb', line 1678 def value @value end |
Class Method Details
.from_hash(hash) ⇒ Object
1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'lib/bskyrb/generated_classes.rb', line 1680 def self.from_hash(hash) # httparty-returned string-keyed hash instance = new instance.send(:collection=, hash["collection"]) instance.send(:rkey=, hash["rkey"]) instance.send(:value=, hash["value"]) instance end |