Class: GrubY::TDLib::Client::Handler
- Inherits:
-
Struct
- Object
- Struct
- GrubY::TDLib::Client::Handler
- Defined in:
- lib/gruubY/tdlib/client.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#id ⇒ Object
Returns the value of attribute id.
-
#inner_object ⇒ Object
Returns the value of attribute inner_object.
-
#position ⇒ Object
Returns the value of attribute position.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#update_type ⇒ Object
Returns the value of attribute update_type.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def block @block end |
#filter ⇒ Object
Returns the value of attribute filter
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def filter @filter end |
#id ⇒ Object
Returns the value of attribute id
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def id @id end |
#inner_object ⇒ Object
Returns the value of attribute inner_object
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def inner_object @inner_object end |
#position ⇒ Object
Returns the value of attribute position
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def position @position end |
#timeout ⇒ Object
Returns the value of attribute timeout
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def timeout @timeout end |
#update_type ⇒ Object
Returns the value of attribute update_type
16 17 18 |
# File 'lib/gruubY/tdlib/client.rb', line 16 def update_type @update_type end |