Method: Hallon::Session.connection_types

Defined in:
lib/hallon/session.rb

.connection_typesArray<Symbol>

Returns list of available connection types.

Returns:

  • (Array<Symbol>)

    list of available connection types.



68
69
70
# File 'lib/hallon/session.rb', line 68

def self.connection_types
  Spotify.enum_type(:connection_type).symbols
end