Class: Shipeasy::SDK::See::NullChain

Inherits:
Object
  • Object
show all
Defined in:
lib/shipeasy/sdk/see.rb

Overview

A no-op chain returned by the module-level see() when no client exists.

Instance Method Summary collapse

Instance Method Details

#causes_the(_subject) ⇒ Object Also known as: causesThe



269
270
271
# File 'lib/shipeasy/sdk/see.rb', line 269

def causes_the(_subject)
  self
end

#extras(_extras) ⇒ Object



274
275
276
# File 'lib/shipeasy/sdk/see.rb', line 274

def extras(_extras)
  self
end

#to(_outcome) ⇒ Object



278
279
280
# File 'lib/shipeasy/sdk/see.rb', line 278

def to(_outcome)
  nil
end