Class: FortyTwo::Response::Model::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/fortytwo/responses/models/project.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FortyTwo::Response::Base

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/fortytwo/responses/models/project.rb', line 7

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/fortytwo/responses/models/project.rb', line 7

def name
  @name
end

#slugObject (readonly)

Returns the value of attribute slug.



7
8
9
# File 'lib/fortytwo/responses/models/project.rb', line 7

def slug
  @slug
end