Class: Landslider::WsProductFamily

Inherits:
WsEntity
  • Object
show all
Defined in:
lib/landslider/entities/ws_product_family.rb

Instance Attribute Summary collapse

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#archived_onDate (readonly)

Returns:

  • (Date)


13
14
15
# File 'lib/landslider/entities/ws_product_family.rb', line 13

def archived_on
  @archived_on
end

#descriptionString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_product_family.rb', line 10

def description
  @description
end

#parent_product_familyString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_product_family.rb', line 10

def parent_product_family
  @parent_product_family
end

#parent_product_family_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_product_family.rb', line 7

def parent_product_family_id
  @parent_product_family_id
end

#product_familyString (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_product_family.rb', line 10

def product_family
  @product_family
end

#product_family_idInteger (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_product_family.rb', line 7

def product_family_id
  @product_family_id
end