Class: Cufinder::CsnSnapshotInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/cufinder_ruby/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#icpObject

Returns the value of attribute icp.



568
569
570
# File 'lib/cufinder_ruby/types.rb', line 568

def icp
  @icp
end

#target_industriesObject

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_personasObject

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_propositionObject

Returns the value of attribute value_proposition.



568
569
570
# File 'lib/cufinder_ruby/types.rb', line 568

def value_proposition
  @value_proposition
end