Class: Washbullet::Pushable::Link

Inherits:
Washbullet::Pushable show all
Defined in:
lib/washbullet/pushable/link.rb

Instance Attribute Summary

Attributes inherited from Washbullet::Pushable

#client, #identifier, #params, #receiver

Instance Method Summary collapse

Methods inherited from Washbullet::Pushable

#initialize, push, #push, #receiver_type, #specify_receiver

Constructor Details

This class inherits a constructor from Washbullet::Pushable

Instance Method Details

#required_parametersObject



8
9
10
# File 'lib/washbullet/pushable/link.rb', line 8

def required_parameters
  %i(title url body)
end

#typeObject



4
5
6
# File 'lib/washbullet/pushable/link.rb', line 4

def type
  :link
end