Class: SerialPreference::Preferenzer::PreferenceGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/serial_preference/preferenzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/serial_preference/preferenzer.rb', line 3

def name
  @name
end

#preferencesObject

Returns the value of attribute preferences

Returns:

  • (Object)

    the current value of preferences



3
4
5
# File 'lib/serial_preference/preferenzer.rb', line 3

def preferences
  @preferences
end