Class: OpenApiSDK::Operations::CustomNodes
- Inherits:
- 
      Utils::FieldAugmented
      
        - Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::CustomNodes
 
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/custom_nodes.rb
Instance Method Summary collapse
- 
  
    
      #initialize(name: nil, url: nil, files: nil, hash: nil, install_type: nil, node: nil, pip: nil, warning: nil)  ⇒ CustomNodes 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CustomNodes. 
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(name: nil, url: nil, files: nil, hash: nil, install_type: nil, node: nil, pip: nil, warning: nil) ⇒ CustomNodes
Returns a new instance of CustomNodes.
| 33 34 35 36 37 38 39 40 41 42 | # File 'lib/open_api_sdk/models/operations/custom_nodes.rb', line 33 def initialize(name: nil, url: nil, files: nil, hash: nil, install_type: nil, node: nil, pip: nil, warning: nil) @name = name @url = url @files = files @hash = hash @install_type = install_type @node = node @pip = pip @warning = warning end |