Class: FortyTwo::Response::Model::Campus
- Defined in:
- lib/fortytwo/responses/models/campus.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#language ⇒ Object
readonly
Returns the value of attribute language.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#time_zone ⇒ Object
readonly
Returns the value of attribute time_zone.
-
#user_count ⇒ Object
readonly
Returns the value of attribute user_count.
-
#vogsphere_id ⇒ Object
readonly
Returns the value of attribute vogsphere_id.
Instance Method Summary collapse
-
#initialize(json) ⇒ Campus
constructor
A new instance of Campus.
Constructor Details
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def id @id end |
#language ⇒ Object (readonly)
Returns the value of attribute language.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def language @language end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def name @name end |
#time_zone ⇒ Object (readonly)
Returns the value of attribute time_zone.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def time_zone @time_zone end |
#user_count ⇒ Object (readonly)
Returns the value of attribute user_count.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def user_count @user_count end |
#vogsphere_id ⇒ Object (readonly)
Returns the value of attribute vogsphere_id.
8 9 10 |
# File 'lib/fortytwo/responses/models/campus.rb', line 8 def vogsphere_id @vogsphere_id end |