Sha256: 76ca673246938cf6cb83e42f66109810852e1138c9a6e3d361adeba30ae995d6

Contents?: true

Size: 652 Bytes

Versions: 8

Compression:

Stored size: 652 Bytes

Contents

class Landslider
	
	class WsProduct < WsEntity
		
		# @return [Integer]
		attr_reader :product_id
		
		# @return [String]
		attr_reader :product_name, :source_id, :description_text, :product_code
		
		# @return [Integer]
		attr_reader :create_by, :update_by
		
		# @return [Date]
		attr_reader :created_on, :updated_on
		
		# @return [WsDurationType]
		attr_reader :duration_type
		
		# @return [WsProduct]
		attr_reader :parent_product
		
		# @return [WsProductFamily]
		attr_reader :product_family

		# @param [Handsoap::XmlMason::Node] msg
		# @return [Handsoap::XmlMason::Node]
		# @todo implementation
		def soapify_for(msg)
		end
		
	end
	
end


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
landslider-0.5.28 lib/landslider/entities/ws_product.rb
landslider-0.5.26 lib/landslider/entities/ws_product.rb
landslider-0.5.24 lib/landslider/entities/ws_product.rb
landslider-0.5.22 lib/landslider/entities/ws_product.rb
landslider-0.5.21 lib/landslider/entities/ws_product.rb
landslider-0.5.20 lib/landslider/entities/ws_product.rb
landslider-0.5.18 lib/landslider/entities/ws_product.rb
landslider-0.5.17 lib/landslider/entities/ws_product.rb