Class: VarForErb
- Inherits:
-
Object
- Object
- VarForErb
- Defined in:
- lib/sem4r_debug_client/client.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#client_email ⇒ Object
Returns the value of attribute client_email.
-
#developer_token ⇒ Object
Returns the value of attribute developer_token.
-
#email ⇒ Object
Returns the value of attribute email.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
6 7 8 |
# File 'lib/sem4r_debug_client/client.rb', line 6 def auth_token @auth_token end |
#client_email ⇒ Object
Returns the value of attribute client_email.
8 9 10 |
# File 'lib/sem4r_debug_client/client.rb', line 8 def client_email @client_email end |
#developer_token ⇒ Object
Returns the value of attribute developer_token.
7 8 9 |
# File 'lib/sem4r_debug_client/client.rb', line 7 def developer_token @developer_token end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/sem4r_debug_client/client.rb', line 4 def email @email end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/sem4r_debug_client/client.rb', line 5 def password @password end |
Instance Method Details
#get_binding ⇒ Object
10 11 12 |
# File 'lib/sem4r_debug_client/client.rb', line 10 def get_binding binding end |