Class: QCloudHive::ManifestDefault
- Inherits:
-
Object
- Object
- QCloudHive::ManifestDefault
- Defined in:
- lib/qcloudhive/manifest.rb
Instance Attribute Summary collapse
-
#remote ⇒ Object
Returns the value of attribute remote.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#sync_j ⇒ Object
Returns the value of attribute sync_j.
Instance Method Summary collapse
-
#initialize ⇒ ManifestDefault
constructor
A new instance of ManifestDefault.
Constructor Details
#initialize ⇒ ManifestDefault
Returns a new instance of ManifestDefault.
155 156 157 158 159 |
# File 'lib/qcloudhive/manifest.rb', line 155 def initialize @revision = "master" @remote = "origin" @sync_j = "16" end |
Instance Attribute Details
#remote ⇒ Object
Returns the value of attribute remote.
153 154 155 |
# File 'lib/qcloudhive/manifest.rb', line 153 def remote @remote end |
#revision ⇒ Object
Returns the value of attribute revision.
152 153 154 |
# File 'lib/qcloudhive/manifest.rb', line 152 def revision @revision end |
#sync_j ⇒ Object
Returns the value of attribute sync_j.
154 155 156 |
# File 'lib/qcloudhive/manifest.rb', line 154 def sync_j @sync_j end |