Class: Cb::Models::TalentNetwork::Options
- Inherits:
-
Object
- Object
- Cb::Models::TalentNetwork::Options
- Defined in:
- lib/cb/models/implementations/talent_network.rb
Instance Attribute Summary collapse
-
#display_text ⇒ Object
Returns the value of attribute display_text.
-
#order ⇒ Object
Returns the value of attribute order.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(args = {}) ⇒ Options
Returns a new instance of Options.
71 72 73 74 75 |
# File 'lib/cb/models/implementations/talent_network.rb', line 71 def initialize(args={}) @value = args['Value'] || '' @order = args['Order'] || '' @display_text = args['DisplayText'] || '' end |
Instance Attribute Details
#display_text ⇒ Object
Returns the value of attribute display_text.
69 70 71 |
# File 'lib/cb/models/implementations/talent_network.rb', line 69 def display_text @display_text end |
#order ⇒ Object
Returns the value of attribute order.
69 70 71 |
# File 'lib/cb/models/implementations/talent_network.rb', line 69 def order @order end |
#value ⇒ Object
Returns the value of attribute value.
69 70 71 |
# File 'lib/cb/models/implementations/talent_network.rb', line 69 def value @value end |