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