Class: Unit::ApplicationForm
- Inherits:
-
APIResource
- Object
- APIResource
- Unit::ApplicationForm
- Defined in:
- lib/unit-ruby/application_form.rb
Instance Attribute Summary
Attributes inherited from APIResource
#id, #links, #raw_data, #relationships, #type
Instance Method Summary collapse
Methods included from ResourceOperations::List
Methods included from ResourceOperations::Find
Methods included from ResourceOperations::Create
Methods inherited from APIResource
#as_json_api, attribute, #attributes, belongs_to, build_resource_from_json_api, #clear_attributes!, connection, #dirty?, #dirty_attributes, has_many, header, headers, #initialize, #mark_as_clean!, #mark_attribute_as_dirty, path, resource_path, #resource_type, resources_path, #schema, schema, #update_attribute, #update_resource_from_json_api
Constructor Details
This class inherits a constructor from Unit::APIResource
Instance Method Details
#url ⇒ Object
14 15 16 |
# File 'lib/unit-ruby/application_form.rb', line 14 def url links[:related][:href] end |