Class
AWS::Core::XmlGrammar::Frame
In:
lib/aws/core/xml_grammar.rb
Parent:
Object
@private
Methods
add_mutators
add_mutators_for
add_text
add_to_collection
build_child_frame
close
collected?
construct_context
consume_child_frame
consume_in_wrapper
consume_initial_frame
context
customizations_for_child
default_value
forced?
getter
ignored?
index
initial_collection
initial_customizations
invoke_setter
new
ruby_name
setter
value
wrapped?
wrapper_customizations
wrapper_frame_for
wrapper_methods
Attributes
customizations
[RW]
element_name
[R]
parent_frame
[R]
root_frame
[R]
Public Class methods
new
(element_name, options = {})
Public Instance methods
add_text
(text)
add_to_collection
(collection, value)
build_child_frame
(child_element_name)
close
()
consume_child_frame
(child_frame)
context
()
getter
()
index
(name)
initial_collection
()
setter
()
value
()
Protected Instance methods
add_mutators
(variable_name, setter = nil, getter = nil)
add_mutators_for
(child_frame)
collected?
()
construct_context
()
consume_in_wrapper
(method_name, child_frame)
consume_initial_frame
(child_frame)
customizations_for_child
(child_element_name)
default_value
()
forced?
()
ignored?
()
initial_customizations
(element_name = nil)
invoke_setter
(child_frame, value)
ruby_name
()
wrapped?
()
wrapper_customizations
(method_name)
wrapper_frame_for
(method_name)
wrapper_methods
()
[Validate]