# File lib/aws-sdk-core/xml/parser/frame.rb, line 160 def initialize(xml_name, *args) super @member = Frame.new(xml_name, self, @ref.shape.member) end
# File lib/aws-sdk-core/xml/parser/frame.rb, line 173 def child_frame(xml_name) @member.child_frame(xml_name) end
# File lib/aws-sdk-core/xml/parser/frame.rb, line 177 def consume_child_frame(child) @result = @member.result end
# File lib/aws-sdk-core/xml/parser/frame.rb, line 165 def result @member.result end
# File lib/aws-sdk-core/xml/parser/frame.rb, line 169 def set_text(value) @member.set_text(value) end