Class: QCloudHive::ManifestRemote
- Inherits:
-
Object
- Object
- QCloudHive::ManifestRemote
- Defined in:
- lib/qcloudhive/manifest.rb
Instance Attribute Summary collapse
-
#fetch ⇒ Object
Returns the value of attribute fetch.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, fetch) ⇒ ManifestRemote
constructor
A new instance of ManifestRemote.
Constructor Details
#initialize(name, fetch) ⇒ ManifestRemote
Returns a new instance of ManifestRemote.
145 146 147 148 |
# File 'lib/qcloudhive/manifest.rb', line 145 def initialize(name, fetch) @name = name @fetch = fetch end |
Instance Attribute Details
#fetch ⇒ Object
Returns the value of attribute fetch.
143 144 145 |
# File 'lib/qcloudhive/manifest.rb', line 143 def fetch @fetch end |
#name ⇒ Object
Returns the value of attribute name.
142 143 144 |
# File 'lib/qcloudhive/manifest.rb', line 142 def name @name end |