Class: FHIR::DSTU2::TestScript::Setup::Action
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Defined Under Namespace
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Action.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Action.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Action.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'operation' => { 'type' => 'TestScript::Setup::Action::Operation', 'path' => 'Action.operation', 'min' => 0, 'max' => 1 }, 'assert' => { 'type' => 'TestScript::Setup::Action::Assert', 'path' => 'Action.assert', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#assert ⇒ Object
0-1 TestScript::Setup::Action::Assert.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#operation ⇒ Object
0-1 TestScript::Setup::Action::Operation.
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
#assert ⇒ Object
0-1 TestScript::Setup::Action::Assert
321 322 323 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 321 def assert @assert end |
#extension ⇒ Object
0-* [ Extension ]
318 319 320 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 318 def extension @extension end |
#id ⇒ Object
0-1 id
317 318 319 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 317 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
319 320 321 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 319 def modifierExtension @modifierExtension end |
#operation ⇒ Object
0-1 TestScript::Setup::Action::Operation
320 321 322 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 320 def operation @operation end |