Class: DeepL::Requests::Glossary::Entries
- Defined in:
- lib/deepl/requests/glossary/entries.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(api, id, options = {}) ⇒ Entries
constructor
A new instance of Entries.
- #request ⇒ Object
Constructor Details
#initialize(api, id, options = {}) ⇒ Entries
Returns a new instance of Entries.
9 10 11 12 |
# File 'lib/deepl/requests/glossary/entries.rb', line 9 def initialize(api, id, = {}) super(api, ) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/deepl/requests/glossary/entries.rb', line 7 def id @id end |
Instance Method Details
#request ⇒ Object
14 15 16 |
# File 'lib/deepl/requests/glossary/entries.rb', line 14 def request build_entries(*get) end |