Class: TheCity::Group
Instance Attribute Summary collapse
-
#can_create ⇒ Object
readonly
Returns the value of attribute can_create.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#primary_campus ⇒ Object
readonly
Returns the value of attribute primary_campus.
-
#profile_picture ⇒ Object
readonly
Returns the value of attribute profile_picture.
-
#role_title ⇒ Object
readonly
Returns the value of attribute role_title.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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
#can_create ⇒ Object (readonly)
Returns the value of attribute can_create.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def can_create @can_create end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def name @name end |
#primary_campus ⇒ Object (readonly)
Returns the value of attribute primary_campus.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def primary_campus @primary_campus end |
#profile_picture ⇒ Object (readonly)
Returns the value of attribute profile_picture.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def profile_picture @profile_picture end |
#role_title ⇒ Object (readonly)
Returns the value of attribute role_title.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def role_title @role_title end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
3 4 5 |
# File 'lib/the_city/group.rb', line 3 def type @type end |