Class: Projects::Project
- Inherits:
-
Struct
- Object
- Struct
- Projects::Project
- Defined in:
- lib/freshbookstimestats.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
20 21 22 |
# File 'lib/freshbookstimestats.rb', line 20 def id @id end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/freshbookstimestats.rb', line 20 def name @name end |
#number ⇒ Object
Returns the value of attribute number
20 21 22 |
# File 'lib/freshbookstimestats.rb', line 20 def number @number end |