Class: Scope

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrest/abstract_resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/arrest/abstract_resource.rb', line 6

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/arrest/abstract_resource.rb', line 6

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/arrest/abstract_resource.rb', line 6

def options
  @options
end