Class: TheCity::Terminology

Inherits:
Base
  • Object
show all
Defined in:
lib/the_city/terminology.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

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

#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

#campusString (readonly)

Returns The name this account uses for Campus groups.

Returns:

  • (String)

    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

#churchString (readonly)

Returns The name this account uses for the Church group.

Returns:

  • (String)

    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

#communityString (readonly)

Returns The name this account uses for Community groups.

Returns:

  • (String)

    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

#connectString (readonly)

Returns The name this account uses for Connect groups.

Returns:

  • (String)

    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

#leaderString (readonly)

Returns The name this account uses for Leader groups.

Returns:

  • (String)

    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

#memberString (readonly)

Returns The label this account uses for ‘Member’.

Returns:

  • (String)

    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

#neighborhoodString (readonly)

Returns The name this account uses for Neighborhood groups.

Returns:

  • (String)

    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

#networkString (readonly)

Returns The name this account uses for Network groups.

Returns:

  • (String)

    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

#otherString (readonly)

Returns The name this account uses for Other groups.

Returns:

  • (String)

    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

#pledgeString (readonly)

Returns The label this account uses for ‘Pledge’.

Returns:

  • (String)

    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

#redemptionString (readonly)

Returns The name this account uses for Redemption groups.

Returns:

  • (String)

    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

#seedString (readonly)

Returns The name this account uses for Seed groups.

Returns:

  • (String)

    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

#serviceString (readonly)

Returns The name this account uses for Service groups.

Returns:

  • (String)

    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

#staffString (readonly)

Returns The label this account uses for ‘Staff’.

Returns:

  • (String)

    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