Module: Interfax::Api::Inbound

Defined in:
lib/interfax/api.rb

Constant Summary collapse

Index =
'/inbound/faxes'
Show =
'/inbound/faxes/:id'

Instance Method Summary collapse

Instance Method Details

#show(id) ⇒ Object



6
7
8
# File 'lib/interfax/api.rb', line 6

def show id
  self.Show.gsub ':id', id.to_s
end