Class: Ast::Merge::BackendProfile

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



800
801
802
# File 'lib/ast/merge.rb', line 800

def backend
  @backend
end

#capabilitiesObject

Returns the value of attribute capabilities

Returns:

  • (Object)

    the current value of capabilities



800
801
802
# File 'lib/ast/merge.rb', line 800

def capabilities
  @capabilities
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



800
801
802
# File 'lib/ast/merge.rb', line 800

def default
  @default
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



800
801
802
# File 'lib/ast/merge.rb', line 800

def family
  @family
end