Class: Cufinder::CsnSnapshotInfo
- Inherits:
-
Object
- Object
- Cufinder::CsnSnapshotInfo
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#icp ⇒ Object
Returns the value of attribute icp.
-
#target_industries ⇒ Object
Returns the value of attribute target_industries.
-
#target_personas ⇒ Object
Returns the value of attribute target_personas.
-
#value_proposition ⇒ Object
Returns the value of attribute value_proposition.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ CsnSnapshotInfo
constructor
A new instance of CsnSnapshotInfo.
Constructor Details
#initialize(data = {}) ⇒ CsnSnapshotInfo
Returns a new instance of CsnSnapshotInfo.
570 571 572 573 574 575 |
# File 'lib/cufinder_ruby/types.rb', line 570 def initialize(data = {}) @icp = data["icp"] @target_industries = data["target_industries"] || [] @target_personas = data["target_personas"] @value_proposition = data["value_proposition"] end |
Instance Attribute Details
#icp ⇒ Object
Returns the value of attribute icp.
568 569 570 |
# File 'lib/cufinder_ruby/types.rb', line 568 def icp @icp end |
#target_industries ⇒ Object
Returns the value of attribute target_industries.
568 569 570 |
# File 'lib/cufinder_ruby/types.rb', line 568 def target_industries @target_industries end |
#target_personas ⇒ Object
Returns the value of attribute target_personas.
568 569 570 |
# File 'lib/cufinder_ruby/types.rb', line 568 def target_personas @target_personas end |
#value_proposition ⇒ Object
Returns the value of attribute value_proposition.
568 569 570 |
# File 'lib/cufinder_ruby/types.rb', line 568 def value_proposition @value_proposition end |