Class: RTM::Axes::Proxy
- Inherits:
-
Object
- Object
- RTM::Axes::Proxy
- Defined in:
- lib/rtm/axes.rb
Overview
—- Proxy —————————————————————#
Direct Known Subclasses
Instance Attribute Summary collapse
-
#construct ⇒ Object
readonly
attr_accessor :construct.
-
#tm ⇒ Object
readonly
Returns the value of attribute tm.
Instance Method Summary collapse
-
#initialize(construct, tm) ⇒ Proxy
constructor
A new instance of Proxy.
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
#construct ⇒ Object (readonly)
attr_accessor :construct
10 11 12 |
# File 'lib/rtm/axes.rb', line 10 def construct @construct end |
#tm ⇒ Object (readonly)
Returns the value of attribute tm.
11 12 13 |
# File 'lib/rtm/axes.rb', line 11 def tm @tm end |