Class: Sink::Resources::Parent
- Inherits:
-
Object
- Object
- Sink::Resources::Parent
- Defined in:
- lib/sink/resources/parent.rb,
lib/sink/resources/parent/child.rb
Defined Under Namespace
Classes: Child
Instance Attribute Summary collapse
-
#child ⇒ Sink::Resources::Parent::Child
readonly
Some children can be very large For example, the children of Godzilla.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Parent
constructor
A new instance of Parent.
Constructor Details
Instance Attribute Details
#child ⇒ Sink::Resources::Parent::Child (readonly)
Some children can be very large For example, the children of Godzilla
9 10 11 |
# File 'lib/sink/resources/parent.rb', line 9 def child @child end |