Class: Fortnox::ArticleURLConnection
- Defined in:
- lib/fortnox/resources/article_url_connection.rb
Instance Attribute Summary collapse
-
#article_number ⇒ Object
Returns the value of attribute article_number.
-
#id ⇒ Object
Returns the value of attribute id.
-
#url_connection ⇒ Object
Returns the value of attribute url_connection.
Method Summary
Methods inherited from Resource
build_objects, create, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_hash, #to_json, #update
Constructor Details
This class inherits a constructor from Fortnox::Resource
Instance Attribute Details
#article_number ⇒ Object
Returns the value of attribute article_number.
3 4 5 |
# File 'lib/fortnox/resources/article_url_connection.rb', line 3 def article_number @article_number end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/fortnox/resources/article_url_connection.rb', line 3 def id @id end |
#url_connection ⇒ Object
Returns the value of attribute url_connection.
3 4 5 |
# File 'lib/fortnox/resources/article_url_connection.rb', line 3 def url_connection @url_connection end |