Class: Raif::ModelManifest::Dsl::ProviderDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Raif::ModelManifest::Dsl::ProviderDeclaration
- Defined in:
- lib/raif/model_manifest/dsl.rb
Instance Attribute Summary collapse
-
#models ⇒ Object
Returns the value of attribute models.
-
#name ⇒ Object
Returns the value of attribute name.
-
#references ⇒ Object
Returns the value of attribute references.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#models ⇒ Object
Returns the value of attribute models
24 25 26 |
# File 'lib/raif/model_manifest/dsl.rb', line 24 def models @models end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/raif/model_manifest/dsl.rb', line 24 def name @name end |
#references ⇒ Object
Returns the value of attribute references
24 25 26 |
# File 'lib/raif/model_manifest/dsl.rb', line 24 def references @references end |
#source_path ⇒ Object
Returns the value of attribute source_path
24 25 26 |
# File 'lib/raif/model_manifest/dsl.rb', line 24 def source_path @source_path end |