Class: Textalytics::Api::TopicsEntity::Topics

Inherits:
Object
  • Object
show all
Defined in:
lib/textalytics/api/entities/topics_entity.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Topics

Returns a new instance of Topics.



9
10
11
# File 'lib/textalytics/api/entities/topics_entity.rb', line 9

def initialize(response)
  @all = response
end

Instance Attribute Details

#allObject (readonly)

Returns the value of attribute all.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def all
  @all
end

#conceptsObject (readonly)

Returns the value of attribute concepts.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def concepts
  @concepts
end

#entitiesObject (readonly)

Returns the value of attribute entities.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def entities
  @entities
end

#money_expressionsObject (readonly)

Returns the value of attribute money_expressions.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def money_expressions
  @money_expressions
end

#other_expressionsObject (readonly)

Returns the value of attribute other_expressions.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def other_expressions
  @other_expressions
end

#phone_expressionsObject (readonly)

Returns the value of attribute phone_expressions.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def phone_expressions
  @phone_expressions
end

#quotationsObject (readonly)

Returns the value of attribute quotations.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def quotations
  @quotations
end

#relationsObject (readonly)

Returns the value of attribute relations.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def relations
  @relations
end

#time_expressionsObject (readonly)

Returns the value of attribute time_expressions.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def time_expressions
  @time_expressions
end

#urisObject (readonly)

Returns the value of attribute uris.



5
6
7
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5

def uris
  @uris
end