Class: Discorb::View::ViewHandler

Inherits:
Struct
  • Object
show all
Defined in:
lib/discorb/view/view.rb

Overview

Handles the rendering of the components.

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



23
24
25
# File 'lib/discorb/view/view.rb', line 23

def block
  @block
end

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



23
24
25
# File 'lib/discorb/view/view.rb', line 23

def check
  @check
end