Class: FHIR::DSTU2::TestScript::Teardown
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Defined Under Namespace
Classes: Action
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Teardown.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Teardown.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Teardown.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'action' => { 'type' => 'TestScript::Teardown::Action', 'path' => 'Teardown.action', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#action ⇒ Object
1-* [ TestScript::Teardown::Action ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#action ⇒ Object
1-* [ TestScript::Teardown::Action ]
408 409 410 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 408 def action @action end |
#extension ⇒ Object
0-* [ Extension ]
406 407 408 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 406 def extension @extension end |
#id ⇒ Object
0-1 id
405 406 407 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 405 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
407 408 409 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 407 def modifierExtension @modifierExtension end |