Class: Fog::Rackspace::Identity::Mock
- Defined in:
- lib/fog/rackspace/identity.rb
Instance Attribute Summary collapse
-
#service_catalog ⇒ Object
readonly
Returns the value of attribute service_catalog.
Instance Method Summary collapse
Methods inherited from Service
#authenticate, #endpoint_uri, #region, #service_name
Instance Attribute Details
#service_catalog ⇒ Object (readonly)
Returns the value of attribute service_catalog.
38 39 40 |
# File 'lib/fog/rackspace/identity.rb', line 38 def service_catalog @service_catalog end |
Instance Method Details
#request ⇒ Object
40 41 42 |
# File 'lib/fog/rackspace/identity.rb', line 40 def request Fog::Mock.not_implemented end |