Class: Landslider::WsPrimaryEntity

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

Direct Known Subclasses

WsOpportunity

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

- (Boolean) suppress_id_validation (readonly)

Returns:

  • (Boolean)


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

def suppress_id_validation
  @suppress_id_validation
end