Class: Datatxt::Nex
- Inherits:
-
Object
- Object
- Datatxt::Nex
- Defined in:
- lib/datatxt/nex.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#custom_spots ⇒ Object
Returns the value of attribute custom_spots.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#extra_types ⇒ Object
Returns the value of attribute extra_types.
-
#html ⇒ Object
Returns the value of attribute html.
-
#html_fragment ⇒ Object
Returns the value of attribute html_fragment.
-
#include ⇒ Object
Returns the value of attribute include.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#min_confidence ⇒ Object
Returns the value of attribute min_confidence.
-
#min_length ⇒ Object
Returns the value of attribute min_length.
-
#social_hashtag ⇒ Object
Returns the value of attribute social_hashtag.
-
#social_mention ⇒ Object
Returns the value of attribute social_mention.
-
#text ⇒ Object
Returns the value of attribute text.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ Nex
constructor
A new instance of Nex.
- #post(options) ⇒ Object
Constructor Details
#initialize ⇒ Nex
Returns a new instance of Nex.
11 12 13 |
# File 'lib/datatxt/nex.rb', line 11 def initialize end |
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def country @country end |
#custom_spots ⇒ Object
Returns the value of attribute custom_spots.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def custom_spots @custom_spots end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def endpoint @endpoint end |
#extra_types ⇒ Object
Returns the value of attribute extra_types.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def extra_types @extra_types end |
#html ⇒ Object
Returns the value of attribute html.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def html @html end |
#html_fragment ⇒ Object
Returns the value of attribute html_fragment.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def html_fragment @html_fragment end |
#include ⇒ Object
Returns the value of attribute include.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def include @include end |
#lang ⇒ Object
Returns the value of attribute lang.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def lang @lang end |
#min_confidence ⇒ Object
Returns the value of attribute min_confidence.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def min_confidence @min_confidence end |
#min_length ⇒ Object
Returns the value of attribute min_length.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def min_length @min_length end |
#social_hashtag ⇒ Object
Returns the value of attribute social_hashtag.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def end |
#social_mention ⇒ Object
Returns the value of attribute social_mention.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def end |
#text ⇒ Object
Returns the value of attribute text.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def text @text end |
#url ⇒ Object
Returns the value of attribute url.
9 10 11 |
# File 'lib/datatxt/nex.rb', line 9 def url @url end |
Instance Method Details
#post(options) ⇒ Object
15 16 17 |
# File 'lib/datatxt/nex.rb', line 15 def post() call(params) end |