Class: RTM::Axes::Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/rtm/axes.rb

Overview

—- Proxy —————————————————————#

Direct Known Subclasses

ItemProxy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(construct, tm) ⇒ Proxy



13
14
15
16
17
# File 'lib/rtm/axes.rb', line 13

def initialize(construct,tm)
  test_for_type(construct)
  @construct = construct
  @tm = tm
end

Instance Attribute Details

#constructObject (readonly)

attr_accessor :construct



10
11
12
# File 'lib/rtm/axes.rb', line 10

def construct
  @construct
end

#tmObject (readonly)

Returns the value of attribute tm.



11
12
13
# File 'lib/rtm/axes.rb', line 11

def tm
  @tm
end