Class: QCloudHive::ManifestRemote

Inherits:
Object
  • Object
show all
Defined in:
lib/qcloudhive/manifest.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fetchObject

Returns the value of attribute fetch.



143
144
145
# File 'lib/qcloudhive/manifest.rb', line 143

def fetch
  @fetch
end

#nameObject

Returns the value of attribute name.



142
143
144
# File 'lib/qcloudhive/manifest.rb', line 142

def name
  @name
end