Module: GlobalRegistry
- Defined in:
- lib/global_registry.rb,
lib/global_registry/base.rb,
lib/global_registry/entity.rb,
lib/global_registry/system.rb,
lib/global_registry/version.rb,
lib/global_registry/enum_value.rb,
lib/global_registry/entity_type.rb,
lib/global_registry/measurement.rb,
lib/global_registry/relationship.rb,
lib/global_registry/subscription.rb,
lib/global_registry/measurement_type.rb,
lib/global_registry/relationship_type.rb
Defined Under Namespace
Classes: Base, Entity, EntityType, EnumValue, Measurement, MeasurementType, Relationship, RelationshipType, Subscription, System
Constant Summary collapse
- VERSION =
'1.3.1'
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
Class Method Summary collapse
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
10 11 12 |
# File 'lib/global_registry.rb', line 10 def access_token @access_token end |
.base_url ⇒ Object
Returns the value of attribute base_url.
10 11 12 |
# File 'lib/global_registry.rb', line 10 def base_url @base_url end |
Class Method Details
.configure {|_self| ... } ⇒ Object
12 13 14 |
# File 'lib/global_registry.rb', line 12 def configure yield self end |