Class: DocomoWebMailer::TArray
- Inherits:
-
Array
- Object
- Array
- DocomoWebMailer::TArray
- Defined in:
- lib/docomo_web_mailer.rb
Overview
{ ‘$T’=> [ ] } 形式の配列データ
Instance Method Summary collapse
-
#initialize(data) ⇒ TArray
constructor
A new instance of TArray.
-
#inspect ⇒ Object
:nodoc:.
Constructor Details
#initialize(data) ⇒ TArray
Returns a new instance of TArray.
259 260 261 |
# File 'lib/docomo_web_mailer.rb', line 259 def initialize(data) super(Parser.rcp_to_ruby(data['$T'])) end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
262 263 264 |
# File 'lib/docomo_web_mailer.rb', line 262 def inspect #:nodoc: "T"+super end |