Module: Sitefull::Cloud
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/sitefull-cloud.rb,
lib/sitefull-cloud/auth.rb,
lib/sitefull-cloud/mock.rb,
lib/sitefull-cloud/version.rb,
lib/sitefull-cloud/provider.rb
Defined Under Namespace
Modules: Mock Classes: Auth, Provider
Constant Summary collapse
- VERSION =
'0.3'
Class Attribute Summary collapse
-
.mocked ⇒ Object
readonly
Returns the value of attribute mocked.
Class Method Summary collapse
Class Attribute Details
.mocked ⇒ Object (readonly)
Returns the value of attribute mocked.
13 14 15 |
# File 'lib/sitefull-cloud.rb', line 13 def mocked @mocked end |
Class Method Details
.mock! ⇒ Object
14 15 16 |
# File 'lib/sitefull-cloud.rb', line 14 def mock! @mocked = true end |
.unmock! ⇒ Object
18 19 20 |
# File 'lib/sitefull-cloud.rb', line 18 def unmock! @mocked = false end |