Class: SmsRu::StoplistEntry
- Inherits:
-
Object
- Object
- SmsRu::StoplistEntry
- Defined in:
- lib/sms_ru/data.rb
Overview
One stoplist entry returned by SmsRu::Stoplist#list.
Instance Attribute Summary collapse
-
#note ⇒ String
readonly
The note you stored with the number.
-
#phone ⇒ String
readonly
The stoplisted phone number.
Instance Attribute Details
#note ⇒ String (readonly)
Returns the note you stored with the number.
261 262 |
# File 'lib/sms_ru/data.rb', line 261 class StoplistEntry < Data.define(:phone, :note) end |
#phone ⇒ String (readonly)
Returns the stoplisted phone number.
261 262 |
# File 'lib/sms_ru/data.rb', line 261 class StoplistEntry < Data.define(:phone, :note) end |