Class: Ebisu::YCategory::IDAndName

Inherits:
Struct
  • Object
show all
Defined in:
lib/ebisu/models/category.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/ebisu/models/category.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/ebisu/models/category.rb', line 3

def name
  @name
end