Class: Seahorse::Client::Configuration::DynamicDefault Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/seahorse/client/configuration.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



62
63
64
# File 'lib/seahorse/client/configuration.rb', line 62

def block
  @block
end

Instance Method Details

#call(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



63
64
65
# File 'lib/seahorse/client/configuration.rb', line 63

def call(*args)
  block.call(*args)
end