Class: Terret::Tools::Call
- Inherits:
-
Data
- Object
- Data
- Terret::Tools::Call
- Defined in:
- lib/terret/tools.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
10 11 12 |
# File 'lib/terret/tools.rb', line 10 def args @args end |
#id ⇒ Object (readonly)
Returns the value of attribute id
10 11 12 |
# File 'lib/terret/tools.rb', line 10 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/terret/tools.rb', line 10 def name @name end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
10 11 12 |
# File 'lib/terret/tools.rb', line 10 def session_id @session_id end |