Class: Projects::Project

Inherits:
Struct
  • Object
show all
Defined in:
lib/freshbookstimestats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/freshbookstimestats.rb', line 20

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/freshbookstimestats.rb', line 20

def name
  @name
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



20
21
22
# File 'lib/freshbookstimestats.rb', line 20

def number
  @number
end