Class: Ast::Merge::ProviderRichnessProjection
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProviderRichnessProjection
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#generic_roles ⇒ Object
Returns the value of attribute generic_roles.
-
#generic_signature ⇒ Object
Returns the value of attribute generic_signature.
-
#node_path ⇒ Object
Returns the value of attribute node_path.
-
#private_metadata ⇒ Object
Returns the value of attribute private_metadata.
-
#projection_id ⇒ Object
Returns the value of attribute projection_id.
-
#provider_id ⇒ Object
Returns the value of attribute provider_id.
-
#requires_private_fields ⇒ Object
Returns the value of attribute requires_private_fields.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def diagnostics @diagnostics end |
#generic_roles ⇒ Object
Returns the value of attribute generic_roles
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def generic_roles @generic_roles end |
#generic_signature ⇒ Object
Returns the value of attribute generic_signature
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def generic_signature @generic_signature end |
#node_path ⇒ Object
Returns the value of attribute node_path
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def node_path @node_path end |
#private_metadata ⇒ Object
Returns the value of attribute private_metadata
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def @private_metadata end |
#projection_id ⇒ Object
Returns the value of attribute projection_id
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def projection_id @projection_id end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def provider_id @provider_id end |
#requires_private_fields ⇒ Object
Returns the value of attribute requires_private_fields
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def requires_private_fields @requires_private_fields end |
#version ⇒ Object
Returns the value of attribute version
837 838 839 |
# File 'lib/ast/merge.rb', line 837 def version @version end |