Class: Landslider::WsSellingProcess

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type=(value) ⇒ WsEntityType (writeonly)

Returns:

  • (WsEntityType)


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

def entity_type=(value)
  @entity_type = value
end

#process_id=(value) ⇒ Integer (writeonly)

Returns:

  • (Integer)


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

def process_id=(value)
  @process_id = value
end

#process_name=(value) ⇒ String (writeonly)

Returns:

  • (String)


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

def process_name=(value)
  @process_name = value
end