Class: Landslider::WsProduct
- Inherits:
-
WsEntity
show all
- Defined in:
- lib/landslider/entities/ws_product.rb
Instance Attribute Summary (collapse)
Attributes inherited from WsEntity
#entity_id, #entity_name, #entity_type
Instance Method Summary
(collapse)
Instance Attribute Details
- (Integer) create_by
12
13
14
|
# File 'lib/landslider/entities/ws_product.rb', line 12
def create_by
@create_by
end
|
- (Date) created_on
15
16
17
|
# File 'lib/landslider/entities/ws_product.rb', line 15
def created_on
@created_on
end
|
- (String) description_text
9
10
11
|
# File 'lib/landslider/entities/ws_product.rb', line 9
def description_text
@description_text
end
|
- (WsDurationType) duration_type
18
19
20
|
# File 'lib/landslider/entities/ws_product.rb', line 18
def duration_type
@duration_type
end
|
- (WsProduct) parent_product
21
22
23
|
# File 'lib/landslider/entities/ws_product.rb', line 21
def parent_product
@parent_product
end
|
- (String) product_code
9
10
11
|
# File 'lib/landslider/entities/ws_product.rb', line 9
def product_code
@product_code
end
|
24
25
26
|
# File 'lib/landslider/entities/ws_product.rb', line 24
def product_family
@product_family
end
|
- (Integer) product_id
6
7
8
|
# File 'lib/landslider/entities/ws_product.rb', line 6
def product_id
@product_id
end
|
- (String) product_name
9
10
11
|
# File 'lib/landslider/entities/ws_product.rb', line 9
def product_name
@product_name
end
|
- (String) source_id
9
10
11
|
# File 'lib/landslider/entities/ws_product.rb', line 9
def source_id
@source_id
end
|
- (Integer) update_by
12
13
14
|
# File 'lib/landslider/entities/ws_product.rb', line 12
def update_by
@update_by
end
|
- (Date) updated_on
15
16
17
|
# File 'lib/landslider/entities/ws_product.rb', line 15
def updated_on
@updated_on
end
|
Instance Method Details
- (Handsoap::XmlMason::Node) soapify_for(msg)
29
30
|
# File 'lib/landslider/entities/ws_product.rb', line 29
def soapify_for(msg)
end
|