Class: TheCity::Group

Inherits:
Base
  • Object
show all
Defined in:
lib/the_city/group.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

#can_createObject (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

#idObject (readonly)

Returns the value of attribute id.



3
4
5
# File 'lib/the_city/group.rb', line 3

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/the_city/group.rb', line 3

def name
  @name
end

#primary_campusObject (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_pictureObject (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_titleObject (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

#typeObject (readonly)

Returns the value of attribute type.



3
4
5
# File 'lib/the_city/group.rb', line 3

def type
  @type
end