Class: Cb::Models::TalentNetwork::JobInfo
- Inherits:
-
Object
- Object
- Cb::Models::TalentNetwork::JobInfo
- Defined in:
- lib/cb/models/implementations/talent_network.rb
Instance Attribute Summary collapse
-
#join_form_intercept_enabled ⇒ Object
Returns the value of attribute join_form_intercept_enabled.
-
#join_form_url ⇒ Object
Returns the value of attribute join_form_url.
-
#tn_did ⇒ Object
Returns the value of attribute tn_did.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ JobInfo
constructor
A new instance of JobInfo.
Constructor Details
#initialize(args = {}) ⇒ JobInfo
Returns a new instance of JobInfo.
81 82 83 84 85 |
# File 'lib/cb/models/implementations/talent_network.rb', line 81 def initialize(args={}) @join_form_url = args['JoinFormUrl'] || '' @tn_did = args['sTNDID'] || '' @join_form_intercept_enabled = args['JoinFormInterceptEnabled'].to_s || '' end |
Instance Attribute Details
#join_form_intercept_enabled ⇒ Object
Returns the value of attribute join_form_intercept_enabled.
79 80 81 |
# File 'lib/cb/models/implementations/talent_network.rb', line 79 def join_form_intercept_enabled @join_form_intercept_enabled end |
#join_form_url ⇒ Object
Returns the value of attribute join_form_url.
79 80 81 |
# File 'lib/cb/models/implementations/talent_network.rb', line 79 def join_form_url @join_form_url end |
#tn_did ⇒ Object
Returns the value of attribute tn_did.
79 80 81 |
# File 'lib/cb/models/implementations/talent_network.rb', line 79 def tn_did @tn_did end |