Module: Atomsphere
- Defined in:
- lib/atomsphere.rb,
lib/atomsphere/api.rb,
lib/atomsphere/query.rb,
lib/atomsphere/action.rb,
lib/atomsphere/api/client.rb,
lib/atomsphere/api/response.rb,
lib/atomsphere/configuration.rb,
lib/atomsphere/query/builder.rb,
lib/atomsphere/query/expression.rb,
lib/atomsphere/query/builder/group.rb,
lib/atomsphere/action/execute_process.rb,
lib/atomsphere/query/builder/property.rb,
lib/atomsphere/action/get_assignable_roles.rb,
lib/atomsphere/action/change_listener_status.rb,
lib/atomsphere/query/expression/simple_expression.rb,
lib/atomsphere/query/expression/grouping_expression.rb
Overview
Defined Under Namespace
Modules: Action, Api Classes: Configuration, Query
Constant Summary collapse
- VERSION =
'0.1.11'
- ROOT =
"#{File.(__dir__)}/atomsphere"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
- .configure {|configuration| ... } ⇒ Object
-
.query(object_type = nil, &block) ⇒ Object
Invoke the DSL for constructing an Query.
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
15 16 17 |
# File 'lib/atomsphere/configuration.rb', line 15 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
18 19 20 21 22 23 |
# File 'lib/atomsphere/configuration.rb', line 18 def self.configure self.configuration ||= Configuration.new yield configuration configuration end |