Class: Textalytics::Api::TopicsEntity::Topics
- Inherits:
-
Object
- Object
- Textalytics::Api::TopicsEntity::Topics
- Defined in:
- lib/textalytics/api/entities/topics_entity.rb
Instance Attribute Summary collapse
-
#all ⇒ Object
readonly
Returns the value of attribute all.
-
#concepts ⇒ Object
readonly
Returns the value of attribute concepts.
-
#entities ⇒ Object
readonly
Returns the value of attribute entities.
-
#money_expressions ⇒ Object
readonly
Returns the value of attribute money_expressions.
-
#other_expressions ⇒ Object
readonly
Returns the value of attribute other_expressions.
-
#phone_expressions ⇒ Object
readonly
Returns the value of attribute phone_expressions.
-
#quotations ⇒ Object
readonly
Returns the value of attribute quotations.
-
#relations ⇒ Object
readonly
Returns the value of attribute relations.
-
#time_expressions ⇒ Object
readonly
Returns the value of attribute time_expressions.
-
#uris ⇒ Object
readonly
Returns the value of attribute uris.
Instance Method Summary collapse
-
#initialize(response) ⇒ Topics
constructor
A new instance of Topics.
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
#all ⇒ Object (readonly)
Returns the value of attribute all.
5 6 7 |
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5 def all @all end |
#concepts ⇒ Object (readonly)
Returns the value of attribute concepts.
5 6 7 |
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5 def concepts @concepts end |
#entities ⇒ Object (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_expressions ⇒ Object (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_expressions ⇒ Object (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_expressions ⇒ Object (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 |
#quotations ⇒ Object (readonly)
Returns the value of attribute quotations.
5 6 7 |
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5 def quotations @quotations end |
#relations ⇒ Object (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_expressions ⇒ Object (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 |
#uris ⇒ Object (readonly)
Returns the value of attribute uris.
5 6 7 |
# File 'lib/textalytics/api/entities/topics_entity.rb', line 5 def uris @uris end |