Method: CreateSend::Segment#details
- Defined in:
- lib/createsend/segment.rb
#details ⇒ Object
Gets the details of this segment
51 52 53 54 |
# File 'lib/createsend/segment.rb', line 51 def details response = cs_get "/segments/#{segment_id}.json", {} Hashie::Mash.new(response) end |