Class: Rev::Link

Inherits:
ApiSerializable show all
Defined in:
lib/rev-api/models/order.rb

Overview

Link to actual file represented by attachment

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiSerializable

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Rev::ApiSerializable

Instance Attribute Details

#content_typeObject (readonly)

Returns the value of attribute content_type.



116
117
118
# File 'lib/rev-api/models/order.rb', line 116

def content_type
  @content_type
end

#hrefObject (readonly)

Returns the value of attribute href.



116
117
118
# File 'lib/rev-api/models/order.rb', line 116

def href
  @href
end

#relObject (readonly)

Returns the value of attribute rel.



116
117
118
# File 'lib/rev-api/models/order.rb', line 116

def rel
  @rel
end