Class: Landslider::WsProductFamily
- Inherits:
-
WsEntity
- Object
- WsEntity
- Landslider::WsProductFamily
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
- (Date) archived_on
13
14
15
|
# File 'lib/landslider/entities/ws_product_family.rb', line 13
def archived_on
@archived_on
end
|
- (String) description
10
11
12
|
# File 'lib/landslider/entities/ws_product_family.rb', line 10
def description
@description
end
|
- (String) parent_product_family
10
11
12
|
# File 'lib/landslider/entities/ws_product_family.rb', line 10
def parent_product_family
@parent_product_family
end
|
- (Integer) parent_product_family_id
7
8
9
|
# File 'lib/landslider/entities/ws_product_family.rb', line 7
def parent_product_family_id
@parent_product_family_id
end
|
- (String) product_family
10
11
12
|
# File 'lib/landslider/entities/ws_product_family.rb', line 10
def product_family
@product_family
end
|
- (Integer) product_family_id
7
8
9
|
# File 'lib/landslider/entities/ws_product_family.rb', line 7
def product_family_id
@product_family_id
end
|