Class: Shoes::Mock::Download

Inherits:
Object
  • Object
show all
Defined in:
shoes-core/lib/shoes/mock/download.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*_) ⇒ Download

Returns a new instance of Download.



6
7
# File 'shoes-core/lib/shoes/mock/download.rb', line 6

def initialize(*_)
end

Instance Attribute Details

#busyObject

Returns the value of attribute busy.



12
13
14
# File 'shoes-core/lib/shoes/mock/download.rb', line 12

def busy
  @busy
end

Instance Method Details

#busy?Boolean

Returns:

  • (Boolean)


14
15
# File 'shoes-core/lib/shoes/mock/download.rb', line 14

def busy?
end

#eval_block(*_) ⇒ Object



9
10
# File 'shoes-core/lib/shoes/mock/download.rb', line 9

def eval_block(*_)
end