Module: ActiveForce
- Defined in:
- lib/active_force.rb,
lib/active_force/query.rb,
lib/active_force/table.rb,
lib/active_force/mapping.rb,
lib/active_force/sobject.rb,
lib/active_force/version.rb,
lib/active_force/attribute.rb,
lib/active_force/association.rb,
lib/active_force/active_query.rb,
lib/active_force/association/association.rb,
lib/active_force/association/has_many_association.rb,
lib/generators/active_force/model/model_generator.rb,
lib/active_force/association/belongs_to_association.rb,
lib/active_force/association/relation_model_builder.rb,
lib/active_force/association/eager_load_projection_builder.rb
Defined Under Namespace
Modules: Association Classes: ActiveQuery, Attribute, Mapping, ModelGenerator, PreparedStatementInvalid, Query, RecordInvalid, SObject, Table
Constant Summary collapse
- VERSION =
'1.1.1'
Class Attribute Summary collapse
-
.sfdc_client ⇒ Object
Returns the value of attribute sfdc_client.
Class Attribute Details
.sfdc_client ⇒ Object
Returns the value of attribute sfdc_client.
8 9 10 |
# File 'lib/active_force.rb', line 8 def sfdc_client @sfdc_client end |