Class: Teamsupport::Product

Inherits:
Identity show all
Includes:
Creatable
Defined in:
lib/teamsupport/product.rb

Direct Known Subclasses

CustomerProduct

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#DateCreated, #DateModified

Methods inherited from Identity

#initialize

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, #initialize, object_attr_reader, predicate_attr_reader

Methods included from Utils

flat_pmap, pmap

Constructor Details

This class inherits a constructor from Teamsupport::Identity

Instance Attribute Details

#CreatorIDInteger (readonly)

Returns:

  • (Integer)


10
11
12
# File 'lib/teamsupport/product.rb', line 10

def CreatorID
  @CreatorID
end

#DescriptionString (readonly)

Returns:

  • (String)


12
13
14
# File 'lib/teamsupport/product.rb', line 12

def Description
  @Description
end

#IDInteger (readonly)

Returns:

  • (Integer)


10
11
12
# File 'lib/teamsupport/product.rb', line 10

def ID
  @ID
end

#ModifierIDInteger (readonly)

Returns:

  • (Integer)


10
11
12
# File 'lib/teamsupport/product.rb', line 10

def ModifierID
  @ModifierID
end

#NameString (readonly)

Returns:

  • (String)


12
13
14
# File 'lib/teamsupport/product.rb', line 12

def Name
  @Name
end