Sha256: 490df71667fbbe2d7b5de14feb19e2bd054680ccf4e83c6c4f04a4700e7d9711
Contents?: true
Size: 146 Bytes
Versions: 2
Compression:
Stored size: 146 Bytes
Contents
module Phaxion module DTO class PhoneNumber < Struct.new(:number, :city, :state, :cost, :last_billed_at, :provisioned_at) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phaxion-0.0.2 | lib/phaxion/dto/phone_number.rb |
phaxion-0.0.1 | lib/phaxion/dto/phone_number.rb |