Class: Landslider::WsRecordUpsertResult

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

Instance Attribute Summary collapse

Attributes inherited from WsEntity

#entity_id, #entity_name, #entity_type

Method Summary

Methods inherited from WsEntity

#soapify_for

Instance Attribute Details

#idInteger (readonly)

Returns:

  • (Integer)


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

def id
  @id
end

#is_createdBoolean (readonly)

Returns:

  • (Boolean)


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

def is_created
  @is_created
end