Class: TheCity::Terminology
Instance Attribute Summary collapse
-
#band ⇒ String
readonly
The name this account uses for Band groups.
-
#campus ⇒ String
readonly
The name this account uses for Campus groups.
-
#church ⇒ String
readonly
The name this account uses for the Church group.
-
#community ⇒ String
readonly
The name this account uses for Community groups.
-
#connect ⇒ String
readonly
The name this account uses for Connect groups.
-
#leader ⇒ String
readonly
The name this account uses for Leader groups.
-
#member ⇒ String
readonly
The label this account uses for ‘Member’.
-
#neighborhood ⇒ String
readonly
The name this account uses for Neighborhood groups.
-
#network ⇒ String
readonly
The name this account uses for Network groups.
-
#other ⇒ String
readonly
The name this account uses for Other groups.
-
#pledge ⇒ String
readonly
The label this account uses for ‘Pledge’.
-
#redemption ⇒ String
readonly
The name this account uses for Redemption groups.
-
#seed ⇒ String
readonly
The name this account uses for Seed groups.
-
#service ⇒ String
readonly
The name this account uses for Service groups.
-
#staff ⇒ String
readonly
The label this account uses for ‘Staff’.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, from_response, #initialize, #memoize, object_attr_reader, uri_attr_reader
Constructor Details
This class inherits a constructor from TheCity::Base
Instance Attribute Details
#band ⇒ String (readonly)
Returns 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 |
#campus ⇒ String (readonly)
Returns The name this account uses for Campus 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 |
#church ⇒ String (readonly)
Returns The name this account uses for the Church group.
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 |
#community ⇒ String (readonly)
Returns The name this account uses for Community 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 |
#connect ⇒ String (readonly)
Returns The name this account uses for Connect 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 |
#leader ⇒ String (readonly)
Returns The name this account uses for Leader 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 |
#member ⇒ String (readonly)
Returns The label this account uses for ‘Member’.
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 |
#neighborhood ⇒ String (readonly)
Returns The name this account uses for Neighborhood 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 |
#network ⇒ String (readonly)
Returns The name this account uses for Network 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 |
#other ⇒ String (readonly)
Returns The name this account uses for Other 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 |
#pledge ⇒ String (readonly)
Returns The label this account uses for ‘Pledge’.
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 |
#redemption ⇒ String (readonly)
Returns The name this account uses for Redemption 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 |
#seed ⇒ String (readonly)
Returns The name this account uses for Seed 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 |
#service ⇒ String (readonly)
Returns The name this account uses for Service 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 |
#staff ⇒ String (readonly)
Returns The label this account uses for ‘Staff’.
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 |