Class: Ast::Merge::BackendProfile
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::BackendProfile
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#default ⇒ Object
Returns the value of attribute default.
-
#family ⇒ Object
Returns the value of attribute family.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
778 779 780 |
# File 'lib/ast/merge.rb', line 778 def backend @backend end |
#capabilities ⇒ Object
Returns the value of attribute capabilities
778 779 780 |
# File 'lib/ast/merge.rb', line 778 def capabilities @capabilities end |
#default ⇒ Object
Returns the value of attribute default
778 779 780 |
# File 'lib/ast/merge.rb', line 778 def default @default end |
#family ⇒ Object
Returns the value of attribute family
778 779 780 |
# File 'lib/ast/merge.rb', line 778 def family @family end |