Class: Landslider::WsPickListItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#display_stringString (readonly)

Returns:

  • (String)


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

def display_string
  @display_string
end

#idInteger (readonly)

Returns:

  • (Integer)


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

def id
  @id
end

#list_type_idInteger (readonly)

Returns:

  • (Integer)


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

def list_type_id
  @list_type_id
end