Class: FortyTwo::Response::Model::Cursus
- Defined in:
- lib/fortytwo/responses/models/cursus.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FortyTwo::Response::Base
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
7 8 9 |
# File 'lib/fortytwo/responses/models/cursus.rb', line 7 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/fortytwo/responses/models/cursus.rb', line 7 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
7 8 9 |
# File 'lib/fortytwo/responses/models/cursus.rb', line 7 def name @name end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug.
7 8 9 |
# File 'lib/fortytwo/responses/models/cursus.rb', line 7 def slug @slug end |