Class: FHIR::DSTU2::TestScript::Setup
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Defined Under Namespace
Classes: Action
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Setup.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Setup.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Setup.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'metadata' => { 'type' => 'TestScript::Metadata', 'path' => 'Setup.metadata', 'min' => 0, 'max' => 1 }, 'action' => { 'type' => 'TestScript::Setup::Action', 'path' => 'Setup.action', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#action ⇒ Object
1-* [ TestScript::Setup::Action ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#metadata ⇒ Object
0-1 TestScript::Metadata.
-
#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::Setup::Action ]
328 329 330 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 328 def action @action end |
#extension ⇒ Object
0-* [ Extension ]
325 326 327 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 325 def extension @extension end |
#id ⇒ Object
0-1 id
324 325 326 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 324 def id @id end |
#metadata ⇒ Object
0-1 TestScript::Metadata
327 328 329 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 327 def @metadata end |
#modifierExtension ⇒ Object
0-* [ Extension ]
326 327 328 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 326 def modifierExtension @modifierExtension end |