Method: TheCity::Terminology#band

Defined in:
lib/the_city/terminology.rb,
lib/the_city/terminology.rb

#bandString (readonly)

Returns The name this account uses for Band groups.

Returns:

  • (String)

    The name this account uses for Band groups.



34
35
36
37
38
# File 'lib/the_city/terminology.rb', line 34

class Terminology < TheCity::Base
  attr_reader :connect, :campus, :redemption, :member, :seed,
   :church, :service, :community, :staff, :pledge, :leader,
   :neighborhood, :other, :network, :band
end