class HelpScout::SingleItemEnvelope
Single Item Envelope
Attributes
item[R]
Public Class Methods
new(object)
click to toggle source
Creates a new SingleItemEnvelope
object from a Hash of attributes
# File lib/helpscout/models.rb, line 24 def initialize(object) @item = object["item"] end