Class: RTM::Axes::Proxy
- Inherits:
-
Object
- Object
- RTM::Axes::Proxy
- Defined in:
- rtm/lib/rtm/axes.rb
Overview
--- Proxy ------------------------------------------#
Direct Known Subclasses
Instance Attribute Summary
-
- (Object) construct
readonly
attr_accessor :construct.
-
- (Object) tm
readonly
Returns the value of attribute tm.
Instance Method Summary
-
- (Proxy) initialize(construct, tm)
constructor
A new instance of Proxy.
Constructor Details
- (Proxy) initialize(construct, tm)
A new instance of Proxy
13 14 15 16 17 |
# File 'rtm/lib/rtm/axes.rb', line 13 def initialize(construct,tm) test_for_type(construct) @construct = construct @tm = tm end |
Instance Attribute Details
- (Object) construct (readonly)
attr_accessor :construct
10 11 12 |
# File 'rtm/lib/rtm/axes.rb', line 10 def construct @construct end |
- (Object) tm (readonly)
Returns the value of attribute tm
11 12 13 |
# File 'rtm/lib/rtm/axes.rb', line 11 def tm @tm end |