Class: Raif::ModelManifest::Dsl::ProviderDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/raif/model_manifest/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modelsObject

Returns the value of attribute models

Returns:

  • (Object)

    the current value of models



24
25
26
# File 'lib/raif/model_manifest/dsl.rb', line 24

def models
  @models
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/raif/model_manifest/dsl.rb', line 24

def name
  @name
end

#referencesObject

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



24
25
26
# File 'lib/raif/model_manifest/dsl.rb', line 24

def references
  @references
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



24
25
26
# File 'lib/raif/model_manifest/dsl.rb', line 24

def source_path
  @source_path
end